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-uninstall.cli | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'bpkg/pkg-uninstall.cli') diff --git a/bpkg/pkg-uninstall.cli b/bpkg/pkg-uninstall.cli index 79ccf39..6770fbc 100644 --- a/bpkg/pkg-uninstall.cli +++ b/bpkg/pkg-uninstall.cli @@ -15,17 +15,21 @@ namespace bpkg "\h|SYNOPSIS| - \c{\b{bpkg pkg-uninstall}|\b{uninstall} [] [] ( [])...} + \c{\b{bpkg pkg-uninstall}|\b{uninstall} [] [] ( [])...\n + \b{bpkg pkg-uninstall}|\b{uninstall} [] [] \b{--all}|\b{-a}} \h|DESCRIPTION| - The \cb{pkg-uninstall} command uninstalls one or more packages that were - previously installed with \l{bpkg-pkg-install(1)}. Additionally, - immediate or all dependencies of the specified packages can be also - uninstalled by specifying the \c{\b{--immediate}|\b{-i}} or - \c{\b{--recursive}|\b{-r}} options, respectively. Underneath, this - command doesn't do much more than run \cb{b uninstall}. + The \cb{pkg-uninstall} command uninstalls the specified packages (the + first form) or all held packages (the second form, see + \l{bpkg-pkg-status(1)}). Additionally, immediate or all dependencies of + these specified packages can be also uninstalled by specifying the + \c{\b{--immediate}|\b{-i}} or \c{\b{--recursive}|\b{-r}} options, + respectively. Underneath, this command doesn't do much more than run + \cb{b uninstall}. + 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 @@ -37,6 +41,11 @@ namespace bpkg { "\h|PKG-UNINSTALL OPTIONS|" + bool --all|-a + { + "Uninstall all held packages." + } + bool --immediate|-i { "Also uninstall immediate dependencies." -- cgit v1.1