diff options
Diffstat (limited to 'libbuild2/b-cmdline.hxx')
-rw-r--r-- | libbuild2/b-cmdline.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/b-cmdline.hxx b/libbuild2/b-cmdline.hxx index c5c82fc..8ccbb20 100644 --- a/libbuild2/b-cmdline.hxx +++ b/libbuild2/b-cmdline.hxx @@ -24,6 +24,7 @@ namespace build2 // uint16_t verbosity = 1; optional<bool> progress; + optional<bool> diag_color; optional<bool> mtime_check; optional<path> config_sub; optional<path> config_guess; |