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
The showUsage currently provided can be customized with own customized showUsage in runMain, but there is no way to customize the built-in showUsage that citty has.
The showUsage renders the following parts via renderUsage.
header (include, command name and versions)
usage or sub command
options
It would be useful to have a mechanism to custom render each of these parts, so that the logic of showUsage does not have to be reused.
In the rolldown use case, we would like to customize only the header.