chore(docs): updates to new cmd names
This commit is contained in:
parent
c2d1ec0842
commit
c5aeb16e16
9 changed files with 46 additions and 23 deletions
7
testdata/remove__multiple__ok.ct
vendored
Normal file
7
testdata/remove__multiple__ok.ct
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$ pda set a 1
|
||||
$ pda set b 2
|
||||
$ pda rm a b
|
||||
$ pda get a --> FAIL
|
||||
Error: cannot get 'a': Key not found
|
||||
$ pda get b --> FAIL
|
||||
Error: cannot get 'b': Key not found
|
||||
Loading…
Add table
Add a link
Reference in a new issue