Skip to main content

Module args

Module args 

Source
Expand description

Single shared Clap definition for candle-graph and cargo candle-graph.

Both binaries parse the same Cli; the cargo wrapper only strips the forwarded subcommand name and rebrands the top-level command, so there are zero duplicated subcommand definitions.

Structs§

Cli
Complete typed CLI protocol shared by both binary entrypoints.

Functions§

command_catalog
Bounded machine-readable catalog of every subcommand, for protocol.