summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx18
1 files changed, 18 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 4c5cfb7..ba5fff2 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -407,6 +407,24 @@ generate_parse(const bool& x)
}
inline const bool& options::
+generate_merge () const
+{
+ return this->generate_merge_;
+}
+
+inline bool& options::
+generate_merge ()
+{
+ return this->generate_merge_;
+}
+
+inline void options::
+generate_merge(const bool& x)
+{
+ this->generate_merge_ = x;
+}
+
+inline const bool& options::
generate_description () const
{
return this->generate_description_;