Class: Command::CLI
- Inherits:
-
Escort::ActionCommand::Base
- Object
- Escort::ActionCommand::Base
- Command::CLI
- Defined in:
- lib/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
6 7 8 9 |
# File 'lib/cli.rb', line 6 def execute setting_file = YAML.load_file([:file]) Migrator.new(setting_file).run(command_name, ) end |