Class: Lexicon::Cli::CliBase
- Inherits:
-
Lexicon::Cli::Command::ContainerAwareCommand
- Object
- Thor
- Lexicon::Cli::Command::ContainerAwareCommand
- Lexicon::Cli::CliBase
- Defined in:
- lib/lexicon/cli/cli_base.rb
Instance Method Summary collapse
-
#initialize(args = [], local_options = {}, config = {}) ⇒ CliBase
constructor
A new instance of CliBase.
Constructor Details
#initialize(args = [], local_options = {}, config = {}) ⇒ CliBase
Returns a new instance of CliBase.
6 7 8 9 10 |
# File 'lib/lexicon/cli/cli_base.rb', line 6 def initialize(args = [], = {}, config = {}) super(args, , config) register_config(container, ) end |