Open sigmavirus24 opened 12 years ago
With OptionParser there's an initial setting called add_help_option which can be set to False. Using this we can unify help and -h/--help
OptionParser
add_help_option
False
help
-h
--help
With
OptionParser
there's an initial setting calledadd_help_option
which can be set toFalse
. Using this we can unifyhelp
and-h
/--help