summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index 6533432..b253092 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -442,6 +442,15 @@ class options
// Option accessors and modifiers.
//
const bool&
+ build2_metadata () const;
+
+ bool&
+ build2_metadata ();
+
+ void
+ build2_metadata (const bool&);
+
+ const bool&
help () const;
bool&
@@ -1480,6 +1489,7 @@ class options
::cli::unknown_mode argument);
public:
+ bool build2_metadata_;
bool help_;
bool version_;
std::vector<std::string> include_path_;