Skip to main content

KNOWN_BUILTINS

Constant KNOWN_BUILTINS 

Source
pub const KNOWN_BUILTINS: &[&str];
Expand description

The fixed set of built-in CLI command names.

cmd_man consults this list when the requested command name is not found among the live clap subcommands, so that built-in commands that have not yet been wired still produce a man page stub rather than an “unknown command” error.