aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-12-08 10:52:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-12-08 10:52:19 +0200
commit5755ec31eb0bc2134d9c228c8a0edbe2c3e3c9b5 (patch)
tree6ff40d57fa9b802bd24331db71ec33d15cb4844e /bdep/sync.cxx
parent8ea9bf7420a74e750f5ffbceb1b8667b097b3e96 (diff)
Add --[no]diag-color options (infrastructure only)
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx1
1 files changed, 1 insertions, 0 deletions
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;