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

@ -12,6 +12,7 @@ Flags:
-h, --help help for remove
-i, --interactive Prompt yes/no for each deletion
-k, --key strings Delete keys matching glob pattern (repeatable)
-y, --yes Skip all confirmation prompts
Delete one or more keys
Usage:
@ -24,3 +25,4 @@ Flags:
-h, --help help for remove
-i, --interactive Prompt yes/no for each deletion
-k, --key strings Delete keys matching glob pattern (repeatable)
-y, --yes Skip all confirmation prompts