Package: glib
Function glib:option-context-help
Lambda Listglib:option-context-help (context main &optional group) ArgumentsReturn ValueThe newly allocated string containing the help text. Details
Returns a formatted, translated help text for the given option context. To obtain the text produced by the --help output, call (g:option-context-help context t)To obtain the text produced by --help-all, call (g:option-context-help context nil)To obtain the help text for an option group, call (g:option-context-help context nil group) | See also |
#2024-11-19