Method: Rex::Ui::Text::DispatcherShell#unknown_command
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
#unknown_command(method, line) ⇒ Object
If the command is unknown…
436 437 438 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 436 def unknown_command(method, line) print_error("Unknown command: #{method}.") end |