optionDescriptionPhrase
lib.types.optionDescriptionPhrase
Docs pulled from | This Revision | about 1 hour 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})";