From 6280033ac4d3d3646c4c512a1c852c9c8f088f80 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Nov 2015 15:35:45 +0200 Subject: Add support for ANSI colorization of usage output --- cli/options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index ecafb22..933a41a 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -426,6 +426,9 @@ class options option_length () const; const bool& + ansi_color () const; + + const bool& exclude_base () const; const std::vector& @@ -569,6 +572,7 @@ class options bool long_usage_; bool short_usage_; std::size_t option_length_; + bool ansi_color_; bool exclude_base_; std::vector class__; std::map docvar_; -- cgit v1.1