feat(rm): adds --yes flag to auto-accept all prompts
This commit is contained in:
parent
cf7dbf5bee
commit
9130c09e56
4 changed files with 19 additions and 1 deletions
8
testdata/remove-yes.ct
vendored
Normal file
8
testdata/remove-yes.ct
vendored
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue