summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index 8042669..748e7bb 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -356,6 +356,9 @@ class options
const bool&
version () const;
+ const std::vector<std::string>&
+ include_path () const;
+
const std::string&
output_dir () const;
@@ -477,6 +480,7 @@ class options
public:
bool help_;
bool version_;
+ std::vector<std::string> include_path_;
std::string output_dir_;
bool generate_modifier_;
bool generate_specifier_;