Package: glib

Function g-option-context-help-enabled

Lambda List

g-option-context-help-enabled (context)

Syntax

(g-option-context-help-enabled context) => enabled
(setf (g-option-context-help-enabled context) enabled)

Arguments

context -- a g-option-context instance
enabled -- true to enable --help output, false to disable it

Details

Enables or disables automatic generation of --help output. By default, the function g-option-context-parse recognizes the options --help, -h, -?, --help-all and --help-groupname and creates suitable output to stdout.
 

See also

2021-8-11