module documentation

Undocumented

Function _expand_default Patch OptionParser.expand_default with custom behaviour.
Function _patch_optparse Undocumented
def _expand_default(self: optparse.HelpFormatter, option: Option) -> str: (source)

Patch OptionParser.expand_default with custom behaviour. This will handle defaults to avoid overriding values in the configuration file.

Undocumented