Package Products :: Package ZenUtils :: Module CmdBase
[hide private]
[frames] | no frames]

Module CmdBase

source code

Classes [hide private]
DMDError
LogSeverityOption
CmdBase
Class used for all Zenoss commands
Functions [hide private]
 
checkLogLevel(option, opt, value) source code
 
remove_args(argv, remove_args_novals, remove_args_vals)
Removes arguments from the argument list.
source code
Variables [hide private]
  __doc__ = """CmdB...
Function Details [hide private]

remove_args(argv, remove_args_novals, remove_args_vals)

source code 

Removes arguments from the argument list. Arguments in remove_args_novals have no arguments. Arguments in remove_args_vals have arguments, either in the format --arg=<val> or --arg <val>.


Variables Details [hide private]

__doc__

Value:
"""CmdBase

Provide utility functions for logging and config file parsing
to command-line programs
"""