Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#unknown_command
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
#unknown_command(method, line) ⇒ Symbol?
A callback that can be used to handle unknown commands. This can for example, allow a dispatcher to mark a command as being disabled.
381 382 383 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 381 def unknown_command(method, line) nil end |