go/internal/lsp/cmd
Ian Cottrell 217a9fc29a gopls: take control of the flag printing
Add a copy of flag.PrintDefaults so that we can make changes.
This CL does not actually modify anything (although it does have
to detect the private stringValue type a slightly different way)

For #41860

Change-Id: I19512041f9c1bfde56226aea48302cd63cf670e2
Reviewed-on: https://go-review.googlesource.com/c/tools/+/367837
Trust: Ian Cottrell <iancottrell@google.com>
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-02-02 14:52:21 +00:00
..
test gopls: write out the raw usage text 2022-02-02 14:51:55 +00:00
usage gopls: clean up the help text 2022-02-02 14:52:08 +00:00
call_hierarchy.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
capabilities_test.go internal/lsp: remove some unused parameters, mostly in the cache package 2021-03-25 00:26:08 +00:00
check.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
cmd.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
cmd_test.go internal/lsp/cmd: delete TestDefinitionHelpExample test 2020-11-03 23:54:15 +00:00
definition.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
export_test.go internal/lsp: refactor query definition test to allow adding a new test 2019-03-18 20:06:54 +00:00
folding_range.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
format.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
help_test.go gopls: write out the raw usage text 2022-02-02 14:51:55 +00:00
highlight.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
implementation.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
imports.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
info.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
links.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
prepare_rename.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
references.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
remote.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
rename.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
semantictokens.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
serve.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
signature.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
subcommands.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
suggested_fix.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
symbols.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
workspace.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00
workspace_symbol.go gopls: take control of the flag printing 2022-02-02 14:52:21 +00:00