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/common.cli | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bdep/common.cli') diff --git a/bdep/common.cli b/bdep/common.cli index ed7a901..a90794b 100644 --- a/bdep/common.cli +++ b/bdep/common.cli @@ -122,6 +122,18 @@ namespace bdep network transfers, building, etc." } + bool --diag-color + { + "Use color in diagnostics. If printing to a terminal the color is used + by default provided the terminal is not dumb. Use \cb{--no-diag-color} + to suppress." + } + + bool --no-diag-color + { + "Don't use color in diagnostics." + } + path --bpkg { "", -- cgit v1.1