mmeson.cli module
Command-line interface module.
- mmeson.cli.parse_args(args: list[str]) Namespace
Parses arguments passed to the CLI. Arguments must start with the first “real” arg, i.e. without executable.
- Parameters
- Returns
argparse.Namespace
with the parsed arguments containingbuilddir
andbin
.