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/list-format-json.ct
vendored
2
testdata/list-format-json.ct
vendored
|
|
@ -2,4 +2,4 @@
|
|||
$ pda set a@jf 1
|
||||
$ pda set b@jf 2
|
||||
$ pda ls jf --format json
|
||||
[{"key":"a","value":"1","encoding":"text"},{"key":"b","value":"2","encoding":"text"}]
|
||||
[{"key":"a","value":"1","encoding":"text","store":"jf"},{"key":"b","value":"2","encoding":"text","store":"jf"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue