From c108bb6ba4090046d8c2cd21f40a8008be977311 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Oct 2015 10:06:45 +0200 Subject: Finish drop command implementation --- bpkg/drop-options.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bpkg/drop-options.cli') diff --git a/bpkg/drop-options.cli b/bpkg/drop-options.cli index d1a3769..ca67c14 100644 --- a/bpkg/drop-options.cli +++ b/bpkg/drop-options.cli @@ -35,6 +35,12 @@ namespace bpkg for that." }; + bool --no|-n + { + "Assume the answer to all prompts is \cb{no}. Only makes sense together + with \cb{--print-only|-p}." + }; + bool --drop-dependent { "Don't warn about or ask for confirmation of dropping dependent -- cgit v1.1