Expand description
Command-line interface of the bootstrap build system.
This module implements the command-line parsing of the build system which has various flags to configure how it’s run.
Structs§
- Flags
- Deserialized version of all flags for this compile.
Enums§
- Color
- Subcommand
- Warnings
- Whether to deny warnings, emit them as warnings, or use the default behavior
Functions§
- get_
completion - Returns the shell completion for a given shell, if the result differs from the current
content of
path
. Ifpath
does not exist, always returnsSome
. - normalize_
args 🔒