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
8
testdata/dump__glob__ok.ct
vendored
8
testdata/dump__glob__ok.ct
vendored
|
|
@ -1,8 +0,0 @@
|
|||
$ pda set a1 1
|
||||
$ pda set a2 2
|
||||
$ pda set b1 3
|
||||
$ pda dump --glob a*
|
||||
{"key":"a1","value":"1","encoding":"text"}
|
||||
{"key":"a2","value":"2","encoding":"text"}
|
||||
$ pda dump --glob c* --> FAIL
|
||||
FAIL cannot ls '@default': no matches for pattern 'c*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue