Class: Sym::App::Commands::ShowHelp
- Defined in:
- lib/sym/app/commands/show_help.rb
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from Sym::App::Commands::Command
Instance Method Details
#execute ⇒ Object
10 11 12 |
# File 'lib/sym/app/commands/show_help.rb', line 10 def execute opts.to_s(prefix: ' ' * 2) end |