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
Installed last version of testifylint
go install github.com/Antonboom/testifylint@latest
And got an error while trying to print version
➜ ~ testifylint -V testifylint: unsupported flag value: -V=true (use -V=full) ➜ ~
-V=true and -V=full also don't work
-V=true
-V=full
➜ ~ testifylint -V=true testifylint: unsupported flag value: -V=true (use -V=full) ➜ ~ testifylint -V=full /Users/mac/go/bin/testifylint version devel comments-go-here buildID=d96eb5ef14112910370b26b280f200314c2c46316154bed8163c70903afd903e ➜ ~
I expect got something like this:
➜ ~ testifylint -V testifylint 1.4.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed last version of testifylint
And got an error while trying to print version
-V=true
and-V=full
also don't workI expect got something like this:
The text was updated successfully, but these errors were encountered: