From d6b4ed9cc7f6b27c9180627e7d1fec4d698af28c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 19:46:28 +0300 Subject: Add support for --force option in bdep-release and bdep-publish --- bdep/publish.cli | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bdep/publish.cli') 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 ; + include ; "\section=1" @@ -125,6 +127,13 @@ namespace bdep for details." } + std::set --force + { + "", + "Force publishing, disabling the specified check. Repeat this option to + disable multiple checks." + } + string --simulate { "", -- cgit v1.1