mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 09:18:38 +00:00
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.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({
|
program.configureHelp({
|
||||||
// sort options and subcommands alphabetically
|
// sort options and subcommands alphabetically
|
||||||
|
|||||||
Reference in New Issue
Block a user