NEOPAX.cli

Command-line interface for NEOPAX.

Functions

_coerce_cli_value(raw)

_set_nested(→ None)

apply_cli_overrides(→ dict)

build_parser(→ argparse.ArgumentParser)

main(→ int)

Module Contents

NEOPAX.cli._coerce_cli_value(raw: str)
NEOPAX.cli._set_nested(config: dict, dotted_key: str, value) None
NEOPAX.cli.apply_cli_overrides(config: dict, args: argparse.Namespace) dict
NEOPAX.cli.build_parser() argparse.ArgumentParser
NEOPAX.cli.main(argv: list[str] | None = None) int