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.cli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index aa353e1..a7e1cee 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -80,6 +80,14 @@ class options made inline. This option suppresses creation of the inline file." }; + bool --suppress-cli + { + "Do not generate the CLI support types (scanners, parser, etc). Normally, + the support types are generated unless another \cb{.cli} was included, + in which case the support types are expected to be provided by its + generated code." + }; + std::string --cli-namespace = "::cli" { "", -- cgit v1.1