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

View file

@ -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 -->