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
8
testdata/help-list-stores.ct
vendored
8
testdata/help-list-stores.ct
vendored
|
|
@ -9,7 +9,9 @@ Aliases:
|
|||
list-stores, lss
|
||||
|
||||
Flags:
|
||||
-h, --help help for list-stores
|
||||
-h, --help help for list-stores
|
||||
--no-header suppress the header row
|
||||
--short only print store names
|
||||
List all stores
|
||||
|
||||
Usage:
|
||||
|
|
@ -19,4 +21,6 @@ Aliases:
|
|||
list-stores, lss
|
||||
|
||||
Flags:
|
||||
-h, --help help for list-stores
|
||||
-h, --help help for list-stores
|
||||
--no-header suppress the header row
|
||||
--short only print store names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue