CLI: normalize help command description casing (#18569)

This commit is contained in:
Benjamin Jesuiter 2026-02-16 22:10:21 +01:00 committed by GitHub
parent b25f334fa2
commit fc8290af42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ export function configureProgramHelp(program: Command, ctx: ProgramContext) {
);
program.option("--no-color", "Disable ANSI colors", false);
program.helpOption("-h, --help", "Display help for command");
program.helpCommand("help [command]", "Display help for command");
program.configureHelp({
// sort options and subcommands alphabetically