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
We plan to remove global option handling in Powderhouse. We think it more appropriate to put the option on all the things it belongs on and helper methods to add it are simpler than adding code to the core parser.
The Help subsystem will recursively add the option so there will be no change at the functional level for help.
The benefit will be simplifying and possibly speeding up the core parser for a feature that is rarely used except for help.