Table of Contents
This is a simple test application.
It defines several optionHandler methods to handle some example options. One option of each type is handled by an example.
The __doc__ string for the class should contain the info about how to use the application.
main ( self )
main loop
optionHandler_a ( self, optValue )
get a value for a
optionHandler_b ( self )
toggle the value of b
optionHandler_long_form_option ( self )
boolean option
optionHandler_long_form_with_value ( self, optValue )
First line of help. get a value for long form option
Default: