From 2b6ae9f528504897bc24803d95bbb6da61a2a85b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2015 11:01:26 +0200 Subject: Add support for --build, --build-option common options --- bpkg/common-options.cli | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'bpkg/common-options.cli') 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" + { + "", + "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 + { + "", + "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 { "", -- cgit v1.1