File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ type check struct {
21
21
22
22
func (c * check ) Name () string { return "check" }
23
23
func (c * check ) Parent () string { return c .app .Name () }
24
- func (c * check ) Usage () string { return "<filename >" }
25
- func (c * check ) ShortHelp () string { return "show diagnostic results for the specified file " }
24
+ func (c * check ) Usage () string { return "<files >" }
25
+ func (c * check ) ShortHelp () string { return "show diagnostic results for the specified files " }
26
26
func (c * check ) DetailedHelp (f * flag.FlagSet ) {
27
27
fmt .Fprint (f .Output (), `
28
28
Example: show the diagnostic results of this file:
Original file line number Diff line number Diff line change 1
- show diagnostic results for the specified file
1
+ show diagnostic results for the specified files
2
2
3
3
Usage:
4
- gopls [flags] check <filename >
4
+ gopls [flags] check <files >
5
5
6
6
Example: show the diagnostic results of this file:
7
7
Original file line number Diff line number Diff line change 20
20
21
21
Features
22
22
call_hierarchy display selected identifier's call hierarchy
23
- check show diagnostic results for the specified file
23
+ check show diagnostic results for the specified files
24
24
codelens List or execute code lenses for a file
25
25
definition show declaration of selected identifier
26
26
execute Execute a gopls custom LSP command
Original file line number Diff line number Diff line change 20
20
21
21
Features
22
22
call_hierarchy display selected identifier's call hierarchy
23
- check show diagnostic results for the specified file
23
+ check show diagnostic results for the specified files
24
24
codelens List or execute code lenses for a file
25
25
definition show declaration of selected identifier
26
26
execute Execute a gopls custom LSP command
You can’t perform that action at this time.
0 commit comments