From 4c13393de7c54d3e2075ca89a0e3ade1415c59f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 29 Oct 2015 11:08:49 +0200 Subject: Regenerate man pages --- doc/cli.xhtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/cli.xhtml') diff --git a/doc/cli.xhtml b/doc/cli.xhtml index 9a6d3fd..1e905bc 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -104,6 +104,12 @@
Generate functions for determining whether the option was specified on the command line.
+
--generate-parse
+
Generate parse() functions instead of parsing + constructors. This is primarily useful for being able to parse into an + already initialized options class instance, for example, to implement + merging/overriding.
+
--generate-description
Generate the option description list that can be examined at runtime.
@@ -131,6 +137,13 @@ documentation string in usage. By default, in this situation only the first sentence from the long string is used. +
--short-usage
+
If specified together with --long-usage, generate both + short and long usage versions. In this mode, the usage printing functions + are called print_short_usage() and + print_long_usage() and for the long usage the long + documentation string is always used, even if the short version is provided.
+
--option-length len
Indent option descriptions len characters when printing usage. This is useful when you have multiple options classes, potentially in separate -- cgit v1.1