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
go get github.com/danielgtaylor/apisprout
Thank you for creating this great tool.
I would like to see version of apisprout when I get it with go get github.com/danielgtaylor/apisprout .
Currently, I got Error: unknown flag: --version since a binary from go get isn't generated from govvv build in release.sh
Error: unknown flag: --version
go get
govvv build
Step to encounter the unkown flag error.
$ go get github.com/danielgtaylor/apisprout $ which apisprout /my-GOPATH/go/bin/apisprout $ apisprout --version Error: unknown flag: --version Usage: . . .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for creating this great tool.
I would like to see version of apisprout when I get it with
go get github.com/danielgtaylor/apisprout
.Currently, I got
Error: unknown flag: --version
since a binary fromgo get
isn't generated fromgovvv build
in release.shStep to encounter the unkown flag error.
The text was updated successfully, but these errors were encountered: