From 31421516334f8e41a04c75a1fed86b4cecd11526 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 18 Jun 2016 20:44:17 +0200 Subject: Offer to update dependents in pkg-build, add options to pkg-{build,drop} --- bpkg/pkg-drop.cli | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-drop.cli') diff --git a/bpkg/pkg-drop.cli b/bpkg/pkg-drop.cli index 7737d15..49d4f98 100644 --- a/bpkg/pkg-drop.cli +++ b/bpkg/pkg-drop.cli @@ -26,8 +26,8 @@ namespace bpkg packages that would otherwise no longer be needed, you will be offered to drop those as well. - The \cb{pkg-drop} command also supports several \cb{--*-only} options that - allow you to limit the amount of work that will be done." + The \cb{pkg-drop} command also supports several options (described below) + that allow you to control the amount of work that will be done." } class pkg_drop_options: configuration_options @@ -53,6 +53,23 @@ namespace bpkg packages." } + bool --keep-dependent|-K + { + "Issue an error if attempting to drop dependent packages." + } + + bool --drop-prerequisite|-D + { + "Drop without confirmation prerequsite packages that were automatically + built and will no longer be necessary." + } + + bool --keep-prerequisite + { + "Don't offer to drop prerequsite packages that were automatically built + and will no longer be necessary." + } + bool --print-only|-p { "Print to \cb{STDOUT} what would be done without actually doing -- cgit v1.1