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
9
testdata/list-pinned-sort.ct
vendored
Normal file
9
testdata/list-pinned-sort.ct
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Pinned entries sort to the top
|
||||
$ pda set alpha@lps one
|
||||
$ pda set beta@lps two
|
||||
$ pda set gamma@lps three --pin
|
||||
$ pda ls lps --format tsv --no-meta --no-size
|
||||
TTL Store Key Value
|
||||
- lps gamma three
|
||||
- lps alpha one
|
||||
- lps beta two
|
||||
Loading…
Add table
Add a link
Reference in a new issue