Class: Tau::Cli
- Inherits:
-
Thor
- Object
- Thor
- Tau::Cli
- Defined in:
- lib/tau/cli.rb
Instance Method Summary collapse
Instance Method Details
#new(project_name) ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/tau/cli.rb', line 12 def new(project_name) begin Tau::Projecter.new_project(Dir.pwd, project_name) rescue Exception => e puts e. end end |