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
Some optparse-applicative functions are problematic in the context of updating parsers. A prominent examples are switch and flag. Those should not be reexported. We may even redefine those (possibly with an explicit compiler warning).
The text was updated successfully, but these errors were encountered:
Some optparse-applicative functions are problematic in the context of updating parsers. A prominent examples are
switch
andflag
. Those should not be reexported. We may even redefine those (possibly with an explicit compiler warning).The text was updated successfully, but these errors were encountered: