summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx4
1 files changed, 4 insertions, 0 deletions
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<std::string>&
@@ -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<std::string> class__;
std::map<std::string, std::string> docvar_;