bool_optparse
A subclass of optparse.OptionParser that allows boolean long
options (like --verbose) to also take arguments (like
--verbose=true). Arguments must use =.
The bool_optparse module is accessible via the
paste.script
module.
Classes
See
the source
for more information.