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
7
testdata/remove-readonly.ct
vendored
Normal file
7
testdata/remove-readonly.ct
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Cannot remove a read-only key without --force
|
||||
$ pda set a@rmro hello --readonly
|
||||
$ pda rm a@rmro --> FAIL
|
||||
FAIL cannot remove 'a@rmro': key is read-only
|
||||
|
||||
# --force bypasses read-only protection
|
||||
$ pda rm a@rmro --force
|
||||
Loading…
Add table
Add a link
Reference in a new issue