summaryrefslogtreecommitdiff
path: root/cli/cli/bootstrap/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/bootstrap/cli/options.ixx')
-rw-r--r--cli/cli/bootstrap/cli/options.ixx18
1 files changed, 18 insertions, 0 deletions
diff --git a/cli/cli/bootstrap/cli/options.ixx b/cli/cli/bootstrap/cli/options.ixx
index ee4cbdb..8c22d51 100644
--- a/cli/cli/bootstrap/cli/options.ixx
+++ b/cli/cli/bootstrap/cli/options.ixx
@@ -895,6 +895,24 @@ option_length_specified (bool x)
}
inline const bool& options::
+ascii_tree () const
+{
+ return this->ascii_tree_;
+}
+
+inline bool& options::
+ascii_tree ()
+{
+ return this->ascii_tree_;
+}
+
+inline void options::
+ascii_tree (const bool& x)
+{
+ this->ascii_tree_ = x;
+}
+
+inline const bool& options::
ansi_color () const
{
return this->ansi_color_;