dradis.rb

Path: dradis.rb
Last Update: Fri Apr 17 19:21:38 +0100 2009

Synopsys

This module is the main entry point of the application. Within it, the user interface is instanced and launched.

Author

Daniel Martin Gomez <etd[-at-]nomejortu.com>

Usage

  ruby dradis.rb [ -h | -help ] [ -v | --version ] [ -c | -g ]

  -h | --help: display application synopsys, author and usage information.
  -v | --version: display version informaiton.
  -c: choose comand line interface (default).
  -g: start graphical user interface (same as -w).

  other valid options:
  -w: choose a GUI based on wxWidgets (requires wxruby gem).
  -q: choose a GUI based on Qt4 (requires libqt4-ruby bindings) [deprecated].

License

This file may be used under the terms of the GNU General Public License version 2.0 as published by the Free Software Foundation and appearing in the file LICENSE.txt included in the packaging of this file.

Copyright: Daniel Martin Gomez <etd[-at-]nomejortu.com>

Required files

optparse   rdoc/usage   logger   core   ui/qt/gui   ui/wx   ui/console  

[Validate]