aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-19 13:13:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-19 13:13:05 +0200
commite3154f3b02a61eb51f84c0911396687cb62b333e (patch)
treebf3af4772a5017a445cb5d200af2f878df16bd00 /bpkg/pkg-bindist.cli
parent6737797c36ad1657f32bd074c38f7948858051cc (diff)
Add `none` value to bpkg-pkg-bindist --recursive option
Diffstat (limited to 'bpkg/pkg-bindist.cli')
-rw-r--r--bpkg/pkg-bindist.cli6
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli
index 2f30f6c..59a98f7 100644
--- a/bpkg/pkg-bindist.cli
+++ b/bpkg/pkg-bindist.cli
@@ -94,14 +94,16 @@ namespace bpkg
If unspecified, the host architecture is used."
}
- string --recursive
+ string --recursive = "none"
{
"<mode>",
"Bundle or generate dependencies of the specified packages. The <mode>
value can be either \cb{auto}, in which case only the required files
from each dependency package are bundled, \cb{full}, in which case
all the files are bundled, or \cb{separate}, in which case a separate
- binary package is generated for each non-system dependency.
+ binary package is generated for each non-system dependency. It can
+ also be \cb{none} which is equivalent to not specifying this option
+ (primarily useful for overriding a previously-specified value).
Specifically, in the \cb{auto} mode any required files, such as shared
libraries, are pulled implicitly by the \cb{install} build system