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

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

#docs_dirObject

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

TODO: get this value from somewhere that doesn’t invert a bunch of dependencies



272
273
274
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 272

def docs_dir
  File.expand_path(File.join(__FILE__, '..', '..', '..', '..', '..', 'documentation', 'cli'))
end