feat: makes ls list all stores by default, with config option to disable. adds --store glob support
This commit is contained in:
parent
b6248e409f
commit
55b2e7f6cb
35 changed files with 487 additions and 177 deletions
2
testdata/remove-key-glob.ct
vendored
2
testdata/remove-key-glob.ct
vendored
|
|
@ -1,7 +1,7 @@
|
|||
$ pda set a1@rkg 1
|
||||
$ pda set a2@rkg 2
|
||||
$ pda set b1@rkg 3
|
||||
$ pda rm --key "a*@rkg"
|
||||
$ pda rm --key "a*@rkg" -y
|
||||
$ pda get a1@rkg --> FAIL
|
||||
FAIL cannot get 'a1@rkg': no such key
|
||||
hint did you mean 'b1'?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue