aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-11-12 14:21:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-12 17:02:58 +0300
commit5b2f02086f9295cf16e19cb3b7e5369b313bb422 (patch)
treed53b87ffbb7eadfa258f9d9891363306110d6f98 /bpkg/pkg-clean.cli
parente87d381eab6233f9493e7e0e96b3a5a6944cedce (diff)
Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commands
Diffstat (limited to 'bpkg/pkg-clean.cli')
-rw-r--r--bpkg/pkg-clean.cli23
1 files changed, 17 insertions, 6 deletions
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} [<options>] [<vars>] <pkg>...\n
- \b{bpkg pkg-clean}|\b{clean} [<options>] [<vars>] \b{--all}|\b{-a}}
+ \b{bpkg pkg-clean}|\b{clean} [<options>] [<vars>] \b{--all}|\b{-a}\n
+ \b{bpkg pkg-clean}|\b{clean} [<options>] [<vars>] (\b{--all-pattern} <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 (<vars>, 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
+ {
+ "<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."
+ }
};
"