refactor(del): made remove the default case
This commit is contained in:
parent
3d5a3f2aa1
commit
c2d1ec0842
21 changed files with 145 additions and 103 deletions
2
testdata/del__dedupe__ok.ct
vendored
2
testdata/del__dedupe__ok.ct
vendored
|
|
@ -3,7 +3,7 @@ $ pda set bar 2
|
|||
$ pda ls
|
||||
bar 2
|
||||
foo 1
|
||||
$ pda del foo --glob "*"
|
||||
$ pda rm foo --glob "*"
|
||||
$ pda get bar --> FAIL
|
||||
Error: cannot get 'bar': Key not found
|
||||
$ pda get foo --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue