Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#commands
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
#commands ⇒ Object
Returns nil for an empty set of commands.
This method should be overridden to return a Hash with command names for keys and brief help text for values.
68 69 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 68 def commands end |