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
8
testdata/mv-store-safe.ct
vendored
Normal file
8
testdata/mv-store-safe.ct
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
$ pda set a@mssf1 1
|
||||
$ pda set b@mssf2 2
|
||||
$ pda move-store mssf1 mssf2 --safe
|
||||
info skipped '@mssf2': already exists
|
||||
$ pda get a@mssf1
|
||||
1
|
||||
$ pda get b@mssf2
|
||||
2
|
||||
Loading…
Add table
Add a link
Reference in a new issue