Cli Module

class cli_command_parser.conversion.cli.ParserConverter[source]

Bases: Command

action
input: Path
no_smart_for

Disable “smart” for loop handling that attempts to dedupe common subparser params

verbose

Increase logging verbosity (can specify multiple times)

dry_run

Print the actions that would be taken instead of taking them

_init_command_()[source]
property script[source]
class cli_command_parser.conversion.cli.Convert[source]

Bases: ParserConverter

input: Path

A file containing an argparse.ArgumentParser

add_methods

Do not include boilerplate methods in Commands

main()[source]
class cli_command_parser.conversion.cli.Pprint[source]

Bases: ParserConverter

input: Path

A file containing an argparse.ArgumentParser

main()[source]