Extends argparse.ArgumentParser with a facility for configuring subcommands by convention. Each subcommand lives in its separate Python module. The name of the subcommand is the module name (without ...
HelpFormatter which tries to use a given amount of the terminal width. The maximum line length is determines by the class attribute percentage_of_line_length. This defaults to the full width (1.0).