Class: Chloe::CLI
- Inherits:
-
Thor
- Object
- Thor
- Chloe::CLI
- Defined in:
- lib/chloe/cli.rb
Instance Method Summary collapse
Instance Method Details
#install(name) ⇒ Object
5 6 7 |
# File 'lib/chloe/cli.rb', line 5 def install(name) invoke Chloe::Tasks::Initialize, [name] end |