Class: Mago::Cli::Command
- Inherits:
-
Object
- Object
- Mago::Cli::Command
- Defined in:
- lib/mago/cli/command.rb
Overview
CLI command.
Instance Method Summary collapse
-
#execute ⇒ void
Execute command.
-
#initialize(arguments) ⇒ Command
constructor
A new instance of Command.
Constructor Details
Instance Method Details
#execute ⇒ void
This method returns an undefined value.
Execute command.
18 19 20 21 |
# File 'lib/mago/cli/command.rb', line 18 def execute parse_arguments run end |