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

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