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
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Hmm, looking at http://docopt.org/ it looks like this is intended behavior, since [--dir <directory>] is the same as [--dir] [<directory>]? Why is the -- being ignored, though?
Ok, no problem. I hadn't switched because I hadn't had the time. Last night I ended up rewriting this with pico args and it turned out pretty well I think: deadlinks/cargo-deadlinks#116
Feel free to close this if you don't plan to fix it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is wrong - docopt should either exit with an error or ignore the flag altogether (my preference is to exit with an error).
The text was updated successfully, but these errors were encountered: