cmd/go: get subcommand missing help for -v -x flags #58871
Labels
Documentation
FrozenDueToAge
GoCommand
cmd/go
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
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?
What did you expect to see?
Extended documentation which matches the usage
What did you see instead?
Documentation missing on flags listed in the usage, and flags in documentation that are missing in the usage.
the "usage" line shows:
However there is no documentation on what
-v
is.Also there is documentation on the
-x
flag, but this flag is not listed in the usage.The text was updated successfully, but these errors were encountered: