Class: NetguruBootstrapper::Cli
- Inherits:
-
Thor
- Object
- Thor
- NetguruBootstrapper::Cli
- Includes:
- Thor::Actions
- Defined in:
- lib/netguru_bootstrapper/cli.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
12 13 14 15 |
# File 'lib/netguru_bootstrapper/cli.rb', line 12 def install say 'Generating tree structure...', :blue Generator.start(ARGV) end |