Skip to main content

Crate anodizer_cli

Crate anodizer_cli 

Source

Re-exports§

pub use subcommands::ChangelogFormat;
pub use subcommands::CheckCmd;
pub use subcommands::CheckDeterminismArgs;
pub use subcommands::TagSub;

Modules§

mcp
The MCP tool surface anodizer exposes through brontes.
subcommands
Nested subcommand trees and their arg structs.

Structs§

Cli
The parsed anodizer command line: the global flags, and the subcommand to run.

Enums§

Commands
Every anodizer subcommand, each variant carrying that command’s own flags.

Functions§

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).