Package: glib

Function glib:option-context-help-enabled

Lambda List

glib: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 g:option-context-parse function recognizes the options --help, -h, -?, --help-all and --help-groupname and creates suitable output to stdout.
 

See also

#2024-11-19