CLI: normalize help command description casing (#18569)
This commit is contained in:
committed by
GitHub
parent
b25f334fa2
commit
fc8290af42
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user