pub const KNOWN_BUILTIN_DESCRIPTIONS: &[(&str, &str)];Expand description
(name, description) pairs for every entry in KNOWN_BUILTINS. Single
source of truth for shell completion scripts — drives the bash, zsh, and
fish generators so adding a new built-in doesn’t need touching three
hand-maintained lists (review #3).