feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
This commit is contained in:
parent
4e5064d07a
commit
15c1d6733c
22 changed files with 161 additions and 84 deletions
12
testdata/help-remove.ct
vendored
12
testdata/help-remove.ct
vendored
|
|
@ -10,9 +10,9 @@ Aliases:
|
|||
|
||||
Flags:
|
||||
-h, --help help for remove
|
||||
-i, --interactive Prompt yes/no for each deletion
|
||||
-k, --key strings Delete keys matching glob pattern (repeatable)
|
||||
-y, --yes Skip all confirmation prompts
|
||||
-i, --interactive prompt yes/no for each deletion
|
||||
-k, --key strings delete keys matching glob pattern (repeatable)
|
||||
-y, --yes skip all confirmation prompts
|
||||
Delete one or more keys
|
||||
|
||||
Usage:
|
||||
|
|
@ -23,6 +23,6 @@ Aliases:
|
|||
|
||||
Flags:
|
||||
-h, --help help for remove
|
||||
-i, --interactive Prompt yes/no for each deletion
|
||||
-k, --key strings Delete keys matching glob pattern (repeatable)
|
||||
-y, --yes Skip all confirmation prompts
|
||||
-i, --interactive prompt yes/no for each deletion
|
||||
-k, --key strings delete keys matching glob pattern (repeatable)
|
||||
-y, --yes skip all confirmation prompts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue