Package ClusterShell :: Package CLI :: Module OptionParser
[hide private]
[frames] | no frames]

Module OptionParser

source code

Common ClusterShell CLI OptionParser

With few exceptions, ClusterShell command-lines share most option arguments. This module provides a common OptionParser class.


Version: 1.7.3

Classes [hide private]
  Option
This Option subclass adds a new safestring type.
  OptionParser
Derived OptionParser for all CLIs
Functions [hide private]
 
check_autostep(option, opt, value)
type-checker function for autostep
source code
 
check_safestring(option, opt, value)
type-checker function for safestring
source code
Variables [hide private]
  __package__ = 'ClusterShell.CLI'