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

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

Wraps shell.print_error



85
86
87
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 85

def print_error(msg = '')
  shell.print_error(msg)
end