main#
Defined in: voxatlas.cli.main
- voxatlas.cli.main.main()[source]#
Run the VoxAtlas command-line interface.
- Returns:
The selected command is executed for its side effects.
- Return type:
None
Notes
Logging is configured before argument parsing so command handlers share the same runtime logging behavior.
Examples
>>> from voxatlas.cli.main import build_parser >>> parser = build_parser() >>> "VoxAtlas" in parser.format_help() True