feat: underlined header texts, and one-space right pad
This commit is contained in:
parent
24853bfce8
commit
1f4732823d
3 changed files with 34 additions and 30 deletions
18
testdata/remove__dedupe__ok.ct
vendored
18
testdata/remove__dedupe__ok.ct
vendored
|
|
@ -1,15 +1,15 @@
|
|||
$ pda set foo 1
|
||||
$ pda set bar 2
|
||||
$ pda ls
|
||||
KEY VALUE TTL
|
||||
a echo hello (..1 more chars) no expiry
|
||||
a1 1 no expiry
|
||||
a2 2 no expiry
|
||||
b1 3 no expiry
|
||||
bar 2 no expiry
|
||||
copied-key hidden-value no expiry
|
||||
foo 1 no expiry
|
||||
moved-key hidden-value no expiry
|
||||
Key Value TTL
|
||||
a echo hello (..1 more chars) no expiry
|
||||
a1 1 no expiry
|
||||
a2 2 no expiry
|
||||
b1 3 no expiry
|
||||
bar 2 no expiry
|
||||
copied-key hidden-value no expiry
|
||||
foo 1 no expiry
|
||||
moved-key hidden-value no expiry
|
||||
$ pda rm foo --glob "*"
|
||||
$ pda get bar --> FAIL
|
||||
FAIL cannot get 'bar': no such key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue