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
|
|
@ -197,6 +197,9 @@ pda rm kitty --key "?og"
|
|||
pda rm kitty -i
|
||||
# ??? remove 'kitty'? (y/n)
|
||||
# ==> y
|
||||
|
||||
# --yes/-y to auto-accept all confirmation prompts.
|
||||
pda rm kitty -y
|
||||
```
|
||||
|
||||
<p align="center"></p><!-- spacer -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue