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
10
testdata/remove__glob__ok.ct
vendored
Normal file
10
testdata/remove__glob__ok.ct
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
$ pda set a1 1
|
||||
$ pda set a2 2
|
||||
$ pda set b1 3
|
||||
$ pda rm --glob a*
|
||||
$ pda get a1 --> FAIL
|
||||
Error: cannot get 'a1': Key not found
|
||||
$ pda get a2 --> FAIL
|
||||
Error: cannot get 'a2': Key not found
|
||||
$ pda get b1
|
||||
3
|
||||
Loading…
Add table
Add a link
Reference in a new issue