x/tools/gopls: improve output for subcommands with no flags #43447
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently (golang/tools@6375436), the output of
gopls check -h
looks like this:That is, no flags are documented. If
gopls check
actually has flags, they should probably be documented, and if not, the output should probably not mention them at all.The text was updated successfully, but these errors were encountered: