summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
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 f8ceadf..609d5a9 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -301,6 +301,12 @@ suppress_inline () const
return this->suppress_inline_;
}
+inline const bool& options::
+suppress_cli () const
+{
+ return this->suppress_cli_;
+}
+
inline const std::string& options::
cli_namespace () const
{