Skip to main contentModule cli
Source - BuildOptionsArgs
- CLI arguments that are crate-specific and passed through to cargo build.
- CargoBehaviorArgs
- Lockfile and cache behavior flags that affect dependency resolution and cache identity for one
tool.
- ConfigArgs
- Options that control which configuration files are loaded before executing a command.
- CrateArgs
- The parsed command-line arguments for preparing or running a single crate.
- HttpArgs
- Network tuning options used by commands that may resolve, download, or build crates.
- ListTools
- Arguments for
--list-tools - PrebuiltBinaryArgs
- CLI config overrides for prebuilt binaries
- PrefetchAll
- Arguments for
--prefetch-all - ReportingArgs
- Output and diagnostic controls for commands that may produce operational messages.
- Cli
- A fully validated command, produced by parsing the CLI args with
Self::parse_from_cli_args - MessageFormat
- Output format for structured messages.