Script cfgshell
[hide private]
[frames] | no frames]

Script cfgshell

Tool to do manual changes to the config file.

Classes [hide private]
  ConfigShell
Command tool for editing the config file.
  Error
Generic exception
Functions [hide private]
 
ParseOptions()
Parses the command line options.
 
main()
Application entry point.

Imports: optparse, cmd, readline, errors, config, objects


Function Details [hide private]

ParseOptions()

 

Parses the command line options.

In case of command line errors, it will show the usage and exit the program.

Returns:
a tuple (options, args), as returned by OptionParser.parse_args