From 3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 10:52:55 +0200 Subject: Implement the --cli-namespace option --- cli/options.cli | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 896a1a0..8955e08 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -67,6 +67,15 @@ class options files, and would like their usage to have the same indentation level." }; + std::string --cli-namespace = "::cli" + { + "" + "Generate the CLI support types in the namespace (\cb{cli} by + default). The namespace can be nested, for example \cb{details::cli}. + If the namespace is empty, then the support types are generated in + the global namespace." + }; + bool --generate-cxx { "Generate C++ code. If neither \cb{--generate-man} nor \cb{--generate-html} @@ -225,6 +234,6 @@ class options the same set of options in the same order on the command line at the point where the \cb{--options-file} option is specified except that the shell escaping and quoting is not required. Repeat this option - to specify more than one options files." + to specify more than one options file." }; }; -- cgit v1.1