From 3908754edadb9afbe0f977788cc34456cbdffc5a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 May 2018 13:20:32 +0200 Subject: Add support for --all|-a to pkg-{update,clean,test,install,uninstall} --- bpkg/pkg-clean.cli | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-clean.cli') diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli index 69a0cc0..aae1b9e 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -15,14 +15,17 @@ namespace bpkg "\h|SYNOPSIS| - \c{\b{bpkg pkg-clean}|\b{clean} [] [] ( [])...} + \c{\b{bpkg pkg-clean}|\b{clean} [] [] ( [])...\n + \b{bpkg pkg-clean}|\b{clean} [] [] \b{--all}|\b{-a}} \h|DESCRIPTION| - The \cb{pkg-clean} command cleans the previously configured (via - \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. Underneath, - this command doesn't do much more than run \cb{b clean}. + The \cb{pkg-clean} command cleans the specified packages (the first form) + or all the held packages (the second form, see \l{bpkg-pkg-status(1)}). + Underneath, this command doesn't do much more than run \cb{b clean}. + In the first form the specified packages must have been previously + configured with \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}. Additional command line variables (, normally \cb{config.*}) can be passed to the build system by either specifying them before the packages, in which case they apply to the whole configuration, or after a specific @@ -32,5 +35,10 @@ namespace bpkg class pkg_clean_options: configuration_options { "\h|PKG-CLEAN OPTIONS|" + + bool --all|-a + { + "Clean all held packages." + } }; } -- cgit v1.1