diff options
-rw-r--r-- | bpkg/common.cli | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli index 577b449..90c150b 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -207,12 +207,16 @@ namespace bpkg " } - bool --trust-yes|-y + // Note that if a command for which one can specify these options also + // have --yes/--no (for all prompts), then those values should be + // propagated to these ones. + // + bool --trust-yes { "Assume the answer to all authentication prompts is \cb{yes}." } - bool --trust-no|-n + bool --trust-no { "Assume the answer to all authentication prompts is \cb{no}." } |