Class: Dip::CLI::Console
- Inherits:
-
Thor
- Object
- Thor
- Dip::CLI::Console
- Defined in:
- lib/dip/cli/console.rb
Instance Method Summary collapse
Instance Method Details
#inject ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/dip/cli/console.rb', line 25 def inject if [:help] invoke :help, ['inject'] else Dip::Commands::Console::Inject.new.execute end end |
#start ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/dip/cli/console.rb', line 12 def start if [:help] invoke :help, ['start'] else Dip::Commands::Console::Start.new.execute end end |