-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: 'go help get' should not document the -v flag #37301
Comments
/cc @bcmills @jayconrod |
The It should probably be removed from |
This is not true.
The documentation of the
This means that the |
(Specifically, see #23662 (comment).) |
Seems reasonable, thanks. There seems to be a proposal about printing network progress, maybe a |
That's #15959. |
Change https://go.dev/cl/632178 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go help get
is missing the documentation of the-v
flag, that is present ingo help gopath-get
:Thanks.
The text was updated successfully, but these errors were encountered: