babylon.engine.headless_runner.argparse_cli

CLI parser for the headless simulation runner.

Implements every flag from contracts/cli_contract.yaml as an argparse parser. Pure parser construction; no run logic.

Functions

build_parser()

Construct the argparse parser for the headless runner CLI.

babylon.engine.headless_runner.argparse_cli.build_parser()[source]

Construct the argparse parser for the headless runner CLI.

Return type:

ArgumentParser

Returns:

Fully configured parser mirroring contracts/cli_contract.yaml.