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-mixed.ct
vendored
2
testdata/remove-key-mixed.ct
vendored
|
|
@ -1,7 +1,7 @@
|
|||
$ pda set foo@rkm 1
|
||||
$ pda set bar1@rkm 2
|
||||
$ pda set bar2@rkm 3
|
||||
$ pda rm foo@rkm --key "bar*@rkm"
|
||||
$ pda rm foo@rkm --key "bar*@rkm" -y
|
||||
$ pda get foo@rkm --> FAIL
|
||||
FAIL cannot get 'foo@rkm': no such key
|
||||
$ pda get bar1@rkm --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue