From ce1681f2524e512f461a446ee5ca86adfe9116df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Jun 2016 13:13:12 +0200 Subject: Support suppressing CLI runtime generation (--suppress-cli) This is useful in pure-help pages. --- cli/options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index 5e6ae8c..ed54bb2 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -438,6 +438,9 @@ class options const bool& suppress_inline () const; + const bool& + suppress_cli () const; + const std::string& cli_namespace () const; @@ -796,6 +799,7 @@ class options bool generate_file_scanner_; bool generate_vector_scanner_; bool suppress_inline_; + bool suppress_cli_; std::string cli_namespace_; bool cli_namespace_specified_; std::string ostream_type_; -- cgit v1.1