Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#deprecated_commands

Defined in:
lib/rex/ui/text/dispatcher_shell.rb

#deprecated_commandsObject

Returns an empty set of commands.

This method should be overridden if the dispatcher has commands that should be treated as deprecated. Deprecated commands will not show up in help and will not tab-complete, but will still be callable.



78
79
80
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 78

def deprecated_commands
  []
end