summaryrefslogtreecommitdiffstats
path: root/bdep/release.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/release.cli')
-rw-r--r--bdep/release.cli9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/release.cli b/bdep/release.cli
index 651288c..c90ec29 100644
--- a/bdep/release.cli
+++ b/bdep/release.cli
@@ -2,6 +2,8 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
+include <set>;
+
include <bdep/common.cli>;
"\section=1"
@@ -151,6 +153,13 @@ namespace bdep
"Open the development cycle with the next major version."
}
+ std::set<string> --force
+ {
+ "<check>",
+ "Force releasing, disabling the specified check. Repeat this option to
+ disable multiple checks."
+ }
+
bool --yes|-y
{
"Don't prompt for confirmation before releasing."