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-export.ct
vendored
8
testdata/help-export.ct
vendored
|
|
@ -7,8 +7,8 @@ Usage:
|
|||
|
||||
Flags:
|
||||
-h, --help help for export
|
||||
-k, --key strings Filter keys with glob pattern (repeatable)
|
||||
-v, --value strings Filter values with regex pattern (repeatable)
|
||||
-k, --key strings filter keys with glob pattern (repeatable)
|
||||
-v, --value strings filter values with glob pattern (repeatable)
|
||||
Export store as NDJSON (alias for list --format ndjson)
|
||||
|
||||
Usage:
|
||||
|
|
@ -16,5 +16,5 @@ Usage:
|
|||
|
||||
Flags:
|
||||
-h, --help help for export
|
||||
-k, --key strings Filter keys with glob pattern (repeatable)
|
||||
-v, --value strings Filter values with regex pattern (repeatable)
|
||||
-k, --key strings filter keys with glob pattern (repeatable)
|
||||
-v, --value strings filter values with glob pattern (repeatable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue