Go to the first, previous, next, last section, table of contents.


Special Keys for Argp Help Filter Functions

The following special values may be passed to an argp help filter function as the first argument, in addition to key values for user options, and specify which help text the text argument contains:

ARGP_KEY_HELP_PRE_DOC
Help text preceding options.
ARGP_KEY_HELP_POST_DOC
Help text following options.
ARGP_KEY_HELP_HEADER
Option header string.
ARGP_KEY_HELP_EXTRA
After all other documentation; text is zero for this key.
ARGP_KEY_HELP_DUP_ARGS_NOTE
The explanatory note emitted when duplicate option arguments have been suppressed.
ARGP_KEY_HELP_ARGS_DOC
The argument doc string (the args_doc field from the argp parser; see section Specifying Argp Parsers).


Go to the first, previous, next, last section, table of contents.