From 2c3dea5b76e67f685e0070c0dbc5d5d85a270863 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Fri, 14 Feb 2025 18:11:07 +0100 Subject: [PATCH] use lowercase description --- src/commands/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.ts b/src/commands/help.ts index a4736b68..d9e51057 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -1,7 +1,7 @@ import {Args, Command, Flags, Help} from '@oclif/core' export default class HelpCommand extends Command { - static description = 'Display help for <%= config.bin %>.' + static description = 'display help for <%= config.bin %>' static flags = { 'nested-commands': Flags.boolean({