From 5b2f02086f9295cf16e19cb3b7e5369b313bb422 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 12 Nov 2020 14:21:26 +0300 Subject: Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commands --- bpkg/pkg-clean.cli | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'bpkg/pkg-clean.cli') diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli index b4cb05f..d51736a 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -15,15 +15,18 @@ namespace bpkg "\h|SYNOPSIS| \c{\b{bpkg pkg-clean}|\b{clean} [] [] ...\n - \b{bpkg pkg-clean}|\b{clean} [] [] \b{--all}|\b{-a}} + \b{bpkg pkg-clean}|\b{clean} [] [] \b{--all}|\b{-a}\n + \b{bpkg pkg-clean}|\b{clean} [] [] (\b{--all-pattern} )...} \h|DESCRIPTION| - 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)}. + The \cb{pkg-clean} command cleans the specified packages (the first + form), all the held packages (the second form, see + \l{bpkg-pkg-status(1)}), or all the held packages that match any of the + specified wildcard patterns (the third form). 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. Such variables apply to all the specified @@ -40,6 +43,14 @@ namespace bpkg { "Clean all held packages." } + + strings --all-pattern + { + "", + "Clean held packages that match the specified wildcard pattern. Repeat + this option to match multiple patterns. Note that you may need to + quote the pattern to prevent expansion by your shell." + } }; " -- cgit v1.1