Package: glib
Function g-option-context-description
Lambda Listg-option-context-description (context) SyntaxArgumentsDetails The function g-option-context-description returns the description. The function (setf g-option-context-description) adds a string to be displayed in --help output after the list of options. This text often
includes a bug reporting address. Note that the summary is translated. See the function g-option-context-set-translate-func. Example(setq context (g-option-context-new "A short description")) => #.(SB-SYS:INT-SAP #X55637A1CF6D0) (setf (g-option-context-description context) "More descriptions.") => "More descriptions." (g-option-context-help context nil) "Aufruf: sbcl [OPTION …] A short description | See also |
2021-8-11