Skip to main content

command

Function command 

Source
pub fn command() -> Command
Expand description

The binary’s own clap command tree — the source of truth for which subcommands it exposes. The workflow guard (#92) checks a workflow’s invocations against it, so a renamed or removed subcommand is caught the moment they diverge.