Skip to main content

Module cli

Module cli 

Source
Expand description

clap derive surface for runtime. Top-level subcommands map 1:1 to the modules under commands/.

Structs§

Cli

Enums§

Command
Shell
Re-export of clap_complete::Shell as a ValueEnum so the runtime completion <shell> subcommand can use it directly without a custom parser. Kept in lockstep with clap_complete::Shell variants.