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.