aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-29 09:36:37 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commit00f75769842b303fd08d8465cd3dc682b6161664 (patch)
treeb1be8be375b066c8ce40f1b054c4de18eae86647 /bpkg/pkg-build.cli
parentb6102badb2719cc0120b34741ed373cf8a28d23c (diff)
Add --plan option to pkg-build
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 8629f8c..40fc61b 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -254,6 +254,13 @@ namespace bpkg
anything."
}
+ string --plan
+ {
+ "<header>",
+ "Print the plan (even if \cb{--yes} is specified) and start it with the
+ <header> line (unless it is empty)."
+ };
+
bool --no-fetch
{
"Don't fetch repositories specified as part of the build command."