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 9c9afda..f2072fe 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -192,6 +192,12 @@ generate_specifier () const
}
inline const bool& options::
+generate_description () const
+{
+ return this->generate_description_;
+}
+
+inline const bool& options::
generate_file_scanner () const
{
return this->generate_file_scanner_;