Expand description
Command-line parsing helpers for the compiler binary.
Structsยง
- CliConfig
- Parsed CLI configuration for one compiler invocation.
- Emit
Config ๐
Enumsยง
- CliError
- CLI argument parsing error.
Functionsยง
- help_
text - Render the CLI help text.
- is_
option_ ๐like - Return whether an argument still looks like an option after parsing.
- parse_
emit_ ๐flags - Parse CLI emit-path flags before delegating to
pico_args. - parse_
env - Parse CLI arguments from the current process environment.
- parse_
from - Parse CLI arguments from an explicit vector.
- version_
text - Return a short version string used by the CLI.