summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
commite2605ba3c9ca35524b0c86e74ffa37bee548aef3 (patch)
tree5ff3f5145fa9731895e2bf470efb7c94585331a8 /cli/options.cli
parent5473563e9af0abbc81a3cfd7079c34fbc75dfdb4 (diff)
Add support for specifying output stream type (--stream-type)
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli
index ad91ddc..fe48219 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -58,6 +58,13 @@ class options
made inline. This option suppresses creation of the inline file."
};
+ std::string --ostream-type = "::std::ostream"
+ {
+ "<type>",
+ "Output stream type instead of the default \cb{std::ostream} that
+ should be used to print usage and exception information."
+ };
+
bool --suppress-undocumented
{
"Suppress the generation of documentation entries for undocumented