From 6280033ac4d3d3646c4c512a1c852c9c8f088f80 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Nov 2015 15:35:45 +0200 Subject: Add support for ANSI colorization of usage output --- doc/cli.xhtml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/cli.xhtml') diff --git a/doc/cli.xhtml b/doc/cli.xhtml index e2baa6b..305087c 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -165,6 +165,13 @@ separate files, and would like their usage to have the same indentation level. +
--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 + less(1), it will display them correctly.
+
--exclude-base
Exclude base class information from usage and documentation.
-- cgit v1.1