feat(rm): adds --yes flag to auto-accept all prompts

This commit is contained in:
Lewis Wynne 2026-02-11 17:57:05 +00:00
parent cf7dbf5bee
commit 9130c09e56
4 changed files with 19 additions and 1 deletions

8
testdata/remove-yes.ct vendored Normal file
View file

@ -0,0 +1,8 @@
$ pda set a@ry "1"
$ pda set b@ry "2"
$ pda rm a@ry -i -y
$ pda get a@ry --> FAIL
FAIL cannot get 'a@ry': no such key
hint did you mean 'b'?
$ pda get b@ry
"2"