Method: Rex::Post::LDAP::Ui::Console#queue_cmd
- Defined in:
- lib/rex/post/ldap/ui/console.rb
#queue_cmd(cmd) ⇒ Object
Queues a command to be run when the interactive loop is entered.
80 81 82 |
# File 'lib/rex/post/ldap/ui/console.rb', line 80 def queue_cmd(cmd) commands << cmd end |