Skip to main contentCrate anodizer_cli
Source pub use subcommands::ChangelogFormat;pub use subcommands::CheckCmd;pub use subcommands::CheckDeterminismArgs;pub use subcommands::TagSub;
- mcp
- The MCP tool surface anodizer exposes through brontes.
- subcommands
- Nested subcommand trees and their arg structs.
- Cli
- The parsed
anodizer command line: the global flags, and the subcommand
to run.
- Commands
- Every
anodizer subcommand, each variant carrying that command’s own
flags.
- build_cli
- Build the clap
Command tree for CLI introspection. - detect_host_target
- Detect the host target triple by parsing
rustc -vV output.
Delegates to anodizer_core::partial::detect_host_target(). - num_cpus
- Return a sensible default parallelism value (number of logical CPUs, minimum 1).