slidedeckai.cli.CustomHelpFormatter#
- class slidedeckai.cli.CustomHelpFormatter(prog, indent_increment=2, max_help_position=24, width=None)[source]#
Custom formatter for argparse that improves the display of choices.
- __init__(prog, indent_increment=2, max_help_position=24, width=None)#
Methods
__init__(prog[, indent_increment, ...])add_argument(action)add_arguments(actions)add_text(text)add_usage(usage, actions, groups[, prefix])end_section()format_help()start_section(heading)