feat: default ttl and header visibility, and removed unnecessray padding from tab output
This commit is contained in:
parent
07330be10b
commit
24853bfce8
6 changed files with 232 additions and 69 deletions
8
testdata/list__glob__ok.ct
vendored
8
testdata/list__glob__ok.ct
vendored
|
|
@ -2,9 +2,11 @@ $ pda set a1@lg 1
|
|||
$ pda set a2@lg 2
|
||||
$ pda set b1@lg 3
|
||||
$ pda ls lg --glob a* --format tsv
|
||||
a1 1
|
||||
a2 2
|
||||
Key Value TTL
|
||||
a1 1 no expiry
|
||||
a2 2 no expiry
|
||||
$ pda ls lg --glob b* --format tsv
|
||||
b1 3
|
||||
Key Value TTL
|
||||
b1 3 no expiry
|
||||
$ pda ls lg --glob c* --> FAIL
|
||||
FAIL cannot ls '@lg': no matches for pattern 'c*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue