Class: Secrets::App::Commands::ShowHelp
- Defined in:
- lib/secrets/app/commands/show_help.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
inherited, #initialize, #key, #opts
Constructor Details
This class inherits a constructor from Secrets::App::Commands::Command
Instance Method Details
#run ⇒ Object
7 8 9 |
# File 'lib/secrets/app/commands/show_help.rb', line 7 def run opts.to_s end |