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/cfg-create.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 70d8848..8fd3a05 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -102,7 +102,7 @@ namespace bpkg db.persist (repository (repository_location ())); t.commit (); - if (verb) + if (verb && !o.no_result ()) { c.complete ().normalize (); text << "created new configuration in " << c; -- cgit v1.1