feat(stores): adds mvs, and flags to bring store commands on par with key commands
This commit is contained in:
parent
b89db8dc48
commit
4e5064d07a
25 changed files with 247 additions and 9 deletions
1
testdata/cp.ct
vendored
1
testdata/cp.ct
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Basic copy
|
||||
$ pda set source@cpok value
|
||||
$ pda cp source@cpok dest@cpok
|
||||
ok copied source@cpok to dest@cpok
|
||||
$ pda get source@cpok
|
||||
value
|
||||
$ pda get dest@cpok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue