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
I can obviously extend class Help and override method getHelp() to create a class of my own which does the following, but would you consider incorporating it into Aura.Cli itself? If so, I'll provide a PR.
I'd like to be able to append additional "sections" of output to what's returned by getHelp(), so that they would appear after the OPTIONS section. For example (via some quick hacking), an EXAMPLES section:
I can obviously extend class
Help
and override methodgetHelp()
to create a class of my own which does the following, but would you consider incorporating it into Aura.Cli itself? If so, I'll provide a PR.I'd like to be able to append additional "sections" of output to what's returned by
getHelp()
, so that they would appear after the OPTIONS section. For example (via some quick hacking), an EXAMPLES section:The text was updated successfully, but these errors were encountered: