From e6f10cabb7fbdba6fd11bcd109dbe765285c762c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Oct 2015 11:07:03 +0200 Subject: Implement dependents check in drop command Also, add support for commands to return program status. --- bpkg/drop-options.cli | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'bpkg/drop-options.cli') diff --git a/bpkg/drop-options.cli b/bpkg/drop-options.cli index 301bc9a..d1a3769 100644 --- a/bpkg/drop-options.cli +++ b/bpkg/drop-options.cli @@ -31,10 +31,17 @@ namespace bpkg bool --yes|-y { "Assume the answer to all prompts is \cb{yes}. Note that this option - does not apply to the dropping of dependents confirmation." + does not apply to the dropping of dependents; use \cb{--drop-dependent} + for that." }; - bool --disfigure-only|-d + bool --drop-dependent + { + "Don't warn about or ask for confirmation of dropping dependent + packages." + }; + + bool --disfigure-only { "Disfigure all the packages but don't purge." }; -- cgit v1.1