From 55921b1bd165430ace40e458b8a47699b5af6844 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Sep 2016 15:00:43 +0200 Subject: Remove -y/-n aliases from --trust-yes/--trust-no options --- bpkg/common.cli | 8 ++++++-- 1 file 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}." } -- cgit v1.1