Is there a way to make Python's optparse print the default value of an option or flag when showing the help with --help?
|
|
Try using the
|
||||
|
|
|
And if you need programmatic access to the default values, you can get to them via the |
|||
|
|
