Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#update_prompt
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
#update_prompt(*args) ⇒ Object
Wraps shell.update_prompt
156 157 158 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 156 def update_prompt(*args) shell.update_prompt(*args) end |