Module: Rex::Post::PostgreSQL::Ui::Console::CommandDispatcher

Includes:
Sql::Ui::Console::CommandDispatcher
Included in:
Client, Core
Defined in:
lib/rex/post/postgresql/ui/console/command_dispatcher.rb

Overview

Base class for all command dispatchers within the PostgreSQL console user interface.

Defined Under Namespace

Classes: Client, Core

Instance Attribute Summary

Attributes included from Ui::Text::DispatcherShell::CommandDispatcher

#shell, #tab_complete_items

Instance Method Summary collapse

Methods included from Sql::Ui::Console::CommandDispatcher

#client, #filter_commands, #initialize, #msf_loaded?, #session, #unknown_command

Methods included from Msf::Ui::Console::CommandDispatcher::Session

#cmd_background, #cmd_background_help, #cmd_exit, #cmd_irb, #cmd_irb_help, #cmd_irb_tabs, #cmd_pry, #cmd_pry_help, #cmd_resource, #cmd_resource_help, #cmd_resource_tabs, #cmd_sessions, #cmd_sessions_help, #commands

Methods included from Ui::Text::DispatcherShell::CommandDispatcher

#cmd_help, #cmd_help_help, #cmd_help_tabs, #commands, #deprecated_cmd, #deprecated_commands, #deprecated_help, #help_to_s, included, #initialize, #print, #print_error, #print_good, #print_line, #print_status, #print_warning, #tab_complete_directory, #tab_complete_filenames, #tab_complete_generic, #tab_complete_source_address, #unknown_command, #update_prompt

Instance Method Details

#docs_dirObject

Return the subdir of the `documentation/` directory that should be used to find usage documentation



22
23
24
# File 'lib/rex/post/postgresql/ui/console/command_dispatcher.rb', line 22

def docs_dir
  ::File.join(super, 'postgresql_session')
end