From 5755ec31eb0bc2134d9c228c8a0edbe2c3e3c9b5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Dec 2022 10:52:19 +0200 Subject: Add --[no]diag-color options (infrastructure only) --- bdep/sync.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index 8140426..0cda5af 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -1861,6 +1861,7 @@ namespace bdep << " run '" << argv0 << "' sync --hook=1 " << "--verbose $build.verbosity " << "($build.progress == [null] ? : $build.progress ? --progress : --no-progress) " << + "($build.diag_color == [null] ? : $build.diag_color ? --diag-color : --no-diag-color) " << "--config \"$out_root\"" << endl << "}" << endl; -- cgit v1.1