feat(stores): adds mvs, and flags to bring store commands on par with key commands
This commit is contained in:
parent
b89db8dc48
commit
4e5064d07a
25 changed files with 247 additions and 9 deletions
2
testdata/help-remove-store.ct
vendored
2
testdata/help-remove-store.ct
vendored
|
|
@ -11,6 +11,7 @@ Aliases:
|
|||
Flags:
|
||||
-h, --help help for remove-store
|
||||
-i, --interactive Prompt yes/no for each deletion
|
||||
-y, --yes Skip all confirmation prompts
|
||||
Delete a store
|
||||
|
||||
Usage:
|
||||
|
|
@ -22,3 +23,4 @@ Aliases:
|
|||
Flags:
|
||||
-h, --help help for remove-store
|
||||
-i, --interactive Prompt yes/no for each deletion
|
||||
-y, --yes Skip all confirmation prompts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue