Class: Slk::Commands::Config
Overview
Manages CLI configuration settings
Instance Attribute Summary
Attributes inherited from Base
#options, #positional_args, #runner
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Slk::Commands::Base
Instance Method Details
#execute ⇒ Object
9 10 11 12 13 14 |
# File 'lib/slk/commands/config.rb', line 9 def execute result = return result if result dispatch_action end |