We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I expected :alias :6 to allow the short option -6, but it was parsed as a positional arg instead.
:alias :6
It's quite common for tools that work with IPv4 and IPv6 to take -4 and -6 to specify the protocol.
The text was updated successfully, but these errors were encountered:
Fix #109: allow options to start with a number
7430f36
cec7b2b
Released in 0.8.62
Sorry, something went wrong.
No branches or pull requests
I expected
:alias :6
to allow the short option -6, but it was parsed as a positional arg instead.It's quite common for tools that work with IPv4 and IPv6 to take -4 and -6 to specify the protocol.
The text was updated successfully, but these errors were encountered: