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
4
testdata/list-no-values.ct
vendored
4
testdata/list-no-values.ct
vendored
|
|
@ -1,5 +1,5 @@
|
|||
# --no-values suppresses the value column
|
||||
$ pda set a@nv 1
|
||||
$ pda ls nv --format tsv --no-values
|
||||
Key TTL
|
||||
a no expiry
|
||||
Key Store TTL
|
||||
a nv no expiry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue