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
8
testdata/list-format-markdown.ct
vendored
8
testdata/list-format-markdown.ct
vendored
|
|
@ -2,7 +2,7 @@
|
|||
$ pda set a@md 1
|
||||
$ pda set b@md 2
|
||||
$ pda ls md --format markdown
|
||||
| Key | Store | Value | TTL |
|
||||
| --- | --- | --- | --- |
|
||||
| a | md | 1 | none |
|
||||
| b | md | 2 | none |
|
||||
| Meta | Size | TTL | Store | Key | Value |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| -w-- | 1 | - | md | a | 1 |
|
||||
| -w-- | 1 | - | md | b | 2 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue