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
Related, it seems that getArgCount returns 1 for -v -v or -vv, contrary to the haddock (and the second occurence is treated as an argument instead of a flag).
I have fixed this in my fork with moll@5a33206. I also did other things to make developing easier for me, so feel free to cherry-pick those commits you deem useful.
As hinted in
#24 (comment)
there is currently no way to get a list out of options. There is
getAllArgs
, but it only works for positional arguments.The text was updated successfully, but these errors were encountered: