optionDescriptionPhrase
lib.types.optionDescriptionPhrase
Docs pulled from | This Revision | 10 minutes ago
ambiguity.
Noogle detected
Implementation
The following is the current implementation of this function.
optionDescriptionPhrase =
unparenthesize: t:
if unparenthesize (t.descriptionClass or null) then t.description else "(${t.description})";