Skip to content
New issue

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

Version flag unsuported #175

Open
Xarakiri opened this issue Sep 25, 2024 · 0 comments
Open

Version flag unsuported #175

Xarakiri opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Xarakiri
Copy link

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

➜  ~ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants