summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli9
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 841081d..4972ba9 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -139,6 +139,15 @@ class options
files, and would like their usage to have the same indentation level."
};
+ bool --ansi-color
+ {
+ "Use ANSI color escape sequences when printing usage. By \"color\" we
+ really only mean the bold and underline modifiers. Note that Windows
+ console does not recognize ANSI escape sequences and will display
+ them as garbage. However, if you pipe such output through \c{\b{less}(1)},
+ it will display them correctly."
+ };
+
bool --exclude-base
{
"Exclude base class information from usage and documentation."