From c6196464780fbdb1a2dbdda92061189395e5072e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Mar 2018 19:22:42 +0300 Subject: Add support for --keep-out option --- bpkg/pkg-disfigure.cli | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-disfigure.cli') diff --git a/bpkg/pkg-disfigure.cli b/bpkg/pkg-disfigure.cli index e7708e0..34e7ad2 100644 --- a/bpkg/pkg-disfigure.cli +++ b/bpkg/pkg-disfigure.cli @@ -22,11 +22,20 @@ namespace bpkg The \cb{pkg-disfigure} command disfigures the previously configured (via \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. A source code package is returned to the \cb{unpacked} state. A system - package is removed from the configuration." + package is removed from the configuration. + + By default \cb{pkg-disfigure} will also clean the package's output + directory. This behavior can be suppressed with the \cb{--keep-out} + option, for example, if the package is to be reconfigured." } class pkg_disfigure_options: configuration_options { "\h|PKG-DISFIGURE OPTIONS|" + + bool --keep-out + { + "Don't clean the package's output directory." + } }; } -- cgit v1.1