feat(stores): adds mvs, and flags to bring store commands on par with key commands

This commit is contained in:
Lewis Wynne 2026-02-11 18:53:55 +00:00
parent b89db8dc48
commit 4e5064d07a
25 changed files with 247 additions and 9 deletions

8
testdata/mv-safe.ct vendored Normal file
View file

@ -0,0 +1,8 @@
$ pda set src@msf hello
$ pda set dst@msf existing
$ pda mv src@msf dst@msf --safe
info skipped 'dst@msf': already exists
$ pda get src@msf
hello
$ pda get dst@msf
existing