summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index 37ec251..cf92229 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -213,6 +213,9 @@ class options
std::string const&
output_dir () const;
+ bool const&
+ suppress_inline () const;
+
private:
int
_parse (int start,
@@ -225,6 +228,9 @@ class options
bool help_;
bool version_;
std::string output_dir_;
+ bool suppress_inline_;
};
+#include "options.ixx"
+
#endif // OPTIONS_HXX