Class: Sym::App::Commands::ShowHelp
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Sym::App::Commands::ShowHelp
- Defined in:
- lib/sym/app/commands/show_help.rb
Constant Summary
Constants included from Sym
Instance Method Summary collapse
Methods included from Sym
config, default_key, default_key?, default_key_file
Constructor Details
This class inherits a constructor from Sym::App::Commands::BaseCommand
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/sym/app/commands/show_help.rb', line 9 def execute opts_slop.to_s(prefix: ' ' * 2) end |