You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: skip empty-usage aliases in input type docs generation
Usage() checked the computed usage string which always includes options
text even for alias types. Check the raw usage field on DefaultInputType
instead, so UpperCamelCase aliases with empty usage are excluded from
--help and generated reference docs. Add preamble note explaining the
aliases.
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com>
Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
0 commit comments