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
4
testdata/list-all-suppressed-err.ct
vendored
4
testdata/list-all-suppressed-err.ct
vendored
|
|
@ -1,5 +1,5 @@
|
|||
# Error when all columns are suppressed
|
||||
$ pda set a@las 1
|
||||
$ pda ls las --no-keys --no-values --no-ttl --> FAIL
|
||||
$ pda ls las --no-keys --no-store --no-values --no-meta --no-size --no-ttl --> FAIL
|
||||
FAIL cannot ls '@las': no columns selected
|
||||
hint disable --no-keys, --no-values, or --no-ttl
|
||||
hint disable some --no-* flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue