mirror of https://github.com/openclaw/openclaw.git
CLI: normalize help command description casing (#18569)
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue