From ad1de6c34f5492164d89667c648294363b972c99 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 May 2018 12:50:36 +0200 Subject: Clean up pkg-drop, add --plan --- bpkg/pkg-drop.cli | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-drop.cli') diff --git a/bpkg/pkg-drop.cli b/bpkg/pkg-drop.cli index cbf2279..dcb9110 100644 --- a/bpkg/pkg-drop.cli +++ b/bpkg/pkg-drop.cli @@ -65,15 +65,22 @@ namespace bpkg "Issue an error if attempting to drop dependent packages." } + bool --disfigure-only + { + "Disfigure all the packages but don't purge." + } + bool --print-only|-p { "Print to \cb{STDOUT} what would be done without actually doing anything." } - bool --disfigure-only + string --plan { - "Disfigure all the packages but don't purge." - } + "
", + "Print the plan (even if \cb{--yes} is specified) and start it with the +
line (unless it is empty)." + }; }; } -- cgit v1.1