summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
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