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
2
testdata/help-remove.ct
vendored
2
testdata/help-remove.ct
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue