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
All methods should take the 'help' option. Dispatch methods already do it, but action method don’t. It’s a simple matter of adding it to the constructor of Method. Then, whenever Method#call is invoked, check for options['help'] and, if present, use Help::Console (or whatever help utility has been selected) to display help for self, that is, the method.
The text was updated successfully, but these errors were encountered:
All methods should take the 'help' option. Dispatch methods already do it, but action method don’t. It’s a simple matter of adding it to the constructor of Method. Then, whenever Method#call is invoked, check for options['help'] and, if present, use Help::Console (or whatever help utility has been selected) to display help for self, that is, the method.
The text was updated successfully, but these errors were encountered: