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
Currently when a trigger (like --help or --version) is provided, a ParserExit exception is thrown but no context is provided on which trigger was hit. Similar to #31 we should return some context when a trigger is hit.
Currently when a trigger (like
--helpor--version) is provided, aParserExitexception is thrown but no context is provided on which trigger was hit. Similar to #31 we should return some context when a trigger is hit.