feat: splits --glob into --key and --value searches
This commit is contained in:
parent
1f4732823d
commit
5145816b0a
22 changed files with 275 additions and 188 deletions
12
testdata/help__dump__ok.ct
vendored
12
testdata/help__dump__ok.ct
vendored
|
|
@ -9,9 +9,9 @@ Aliases:
|
|||
export, dump
|
||||
|
||||
Flags:
|
||||
-g, --glob strings Filter keys with glob pattern (repeatable)
|
||||
--glob-sep string Characters treated as separators for globbing (default '/-_.@: ')
|
||||
-h, --help help for export
|
||||
-h, --help help for export
|
||||
-k, --key strings Filter keys with glob pattern (repeatable)
|
||||
-v, --value strings Filter values with regex pattern (repeatable)
|
||||
Export store as NDJSON (alias for list --format ndjson)
|
||||
|
||||
Usage:
|
||||
|
|
@ -21,6 +21,6 @@ Aliases:
|
|||
export, dump
|
||||
|
||||
Flags:
|
||||
-g, --glob strings Filter keys with glob pattern (repeatable)
|
||||
--glob-sep string Characters treated as separators for globbing (default '/-_.@: ')
|
||||
-h, --help help for export
|
||||
-h, --help help for export
|
||||
-k, --key strings Filter keys with glob pattern (repeatable)
|
||||
-v, --value strings Filter values with regex pattern (repeatable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue