summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-18 15:35:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-18 15:35:45 +0200
commit6280033ac4d3d3646c4c512a1c852c9c8f088f80 (patch)
tree29d61def865015dca6f1f5f820f0ae7de5904bf8 /cli/options.ixx
parent6dc69580d6101fb1adb1733dad11b5f5ab5fc831 (diff)
Add support for ANSI colorization of usage output
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index b146a60..c4a3220 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -330,6 +330,12 @@ option_length () const
}
inline const bool& options::
+ansi_color () const
+{
+ return this->ansi_color_;
+}
+
+inline const bool& options::
exclude_base () const
{
return this->exclude_base_;