Class: Trample::Cli
- Inherits:
-
Thor
- Object
- Thor
- Trample::Cli
- Defined in:
- lib/trample/cli.rb
Instance Method Summary collapse
Instance Method Details
#start(config) ⇒ Object
6 7 8 9 |
# File 'lib/trample/cli.rb', line 6 def start(config) load(config) Runner.new(Trample.current_configuration).trample end |