feat: adds --readonly and --pin flags, and displays Size column in list by default
This commit is contained in:
parent
e5b6dcd187
commit
5bcd3581dd
46 changed files with 711 additions and 177 deletions
6
testdata/list-format-csv.ct
vendored
6
testdata/list-format-csv.ct
vendored
|
|
@ -2,6 +2,6 @@
|
|||
$ pda set a@csv 1
|
||||
$ pda set b@csv 2
|
||||
$ pda ls csv --format csv
|
||||
Key,Store,Value,TTL
|
||||
a,csv,1,none
|
||||
b,csv,2,none
|
||||
Meta,Size,TTL,Store,Key,Value
|
||||
-w--,1,-,csv,a,1
|
||||
-w--,1,-,csv,b,2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue