feat: adds --readonly and --pin flags, and displays Size column in list by default

This commit is contained in:
Lewis Wynne 2026-02-13 18:52:34 +00:00
parent e5b6dcd187
commit 5bcd3581dd
46 changed files with 711 additions and 177 deletions

View file

@ -2,8 +2,8 @@
$ pda set a@lsalpha 1
$ pda set b@lsbeta 2
$ pda ls lsalpha --format tsv
Key Store Value TTL
a lsalpha 1 none
Meta Size TTL Store Key Value
-w-- 1 - lsalpha a 1
$ pda ls lsbeta --format tsv
Key Store Value TTL
b lsbeta 2 none
Meta Size TTL Store Key Value
-w-- 1 - lsbeta b 2