From 5487be65a6f493968c0e997d93bcd5c2d87158ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 11:55:38 +0200 Subject: Add --no-result option to suppress printing informational messages --- bpkg/common.cli | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/common.cli') diff --git a/bpkg/common.cli b/bpkg/common.cli index 5c3de83..89bebb5 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -81,6 +81,15 @@ namespace bpkg \li|Even more detailed information.||" } + // In the future we may also have --structured-result, similar to the + // build system. + // + bool --no-result + { + "Don't print informational messages about the outcome of performing + a command." + } + path --build { "", -- cgit v1.1