aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-08 11:01:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-08 11:01:26 +0200
commit2b6ae9f528504897bc24803d95bbb6da61a2a85b (patch)
tree88f136d21acc99bf4947f758ef149cf85f748663 /bpkg/common-options.cli
parent02e321b97889b558ecaad5ed03c80aee08f9c0ba (diff)
Add support for --build, --build-option common options
Diffstat (limited to 'bpkg/common-options.cli')
-rw-r--r--bpkg/common-options.cli18
1 files changed, 18 insertions, 0 deletions
diff --git a/bpkg/common-options.cli b/bpkg/common-options.cli
index ab4d5fa..02cc605 100644
--- a/bpkg/common-options.cli
+++ b/bpkg/common-options.cli
@@ -72,6 +72,24 @@ namespace bpkg
\li|even more detailed information||"
}
+ path --build = "b"
+ {
+ "<path>",
+ "The build program to be used to build packages. This should be the path
+ to the build2 \cb{b} executable. You can also specify additional options
+ that should be passed to the build program with \cb{--build-option}. If
+ the build program is not explicitly specified, then \cb{bpkg} will use
+ \cb{b} by default."
+ }
+
+ strings --build-option
+ {
+ "<opt>",
+ "Additional option to be passed to the build program. See \cb{--build}
+ for more information on the build program. Repeat this option to specify
+ multiple build options."
+ }
+
path --fetch
{
"<path>",