Class: Projit::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/projit/cli.rb

Instance Method Summary collapse

Instance Method Details

#new(type, name = nil) ⇒ Object



9
10
11
12
# File 'lib/projit/cli.rb', line 9

def new(type, name=nil)
  args = ARGV.reject { |a| a == "new" }
  Projit::ProjectGenerator.start args
end