summaryrefslogtreecommitdiffstats
path: root/bdep/publish.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/publish.cli')
-rw-r--r--bdep/publish.cli9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/publish.cli b/bdep/publish.cli
index 1c05cd0..cba7436 100644
--- a/bdep/publish.cli
+++ b/bdep/publish.cli
@@ -2,6 +2,8 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
+include <set>;
+
include <bdep/project.cli>;
"\section=1"
@@ -125,6 +127,13 @@ namespace bdep
for details."
}
+ std::set<string> --force
+ {
+ "<check>",
+ "Force publishing, disabling the specified check. Repeat this option to
+ disable multiple checks."
+ }
+
string --simulate
{
"<outcome>",