Class: Accrete::CLI
- Inherits:
-
Thor
- Object
- Thor
- Accrete::CLI
- Defined in:
- lib/accrete/cli.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
7 8 9 |
# File 'lib/accrete/cli.rb', line 7 def self.exit_on_failure? true end |
Instance Method Details
#new(app_name) ⇒ Object
12 13 14 |
# File 'lib/accrete/cli.rb', line 12 def new(app_name) Generators::Project.start([app_name]) end |