Sha256: e0df1a06c339f0dc9efd891ce8b3f6e97034802796591b43509514ae7baffc26

Contents?: true

Size: 196 Bytes

Versions: 4

Compression:

Stored size: 196 Bytes

Contents

module Subtrac
  module Commands
    class Create
      def initialize(args, options)
          Subtrac.create_project(options.project,options.client,options.template)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ktec-subtrac-0.1.55 lib/subtrac/commands/create.rb
ktec-subtrac-0.1.56 lib/subtrac/commands/create.rb
ktec-subtrac-0.1.57 lib/subtrac/commands/create.rb
ktec-subtrac-0.1.58 lib/subtrac/commands/create.rb