mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Update 'go vet' completion
This commit is contained in:
+3
-2
@@ -1037,17 +1037,18 @@ case $state in
|
||||
esac
|
||||
;;
|
||||
|
||||
version)
|
||||
(version)
|
||||
_arguments \
|
||||
'-m[print each executable embedded module version information]' \
|
||||
'-v[report unrecognized files]' \
|
||||
'*:files:_files'
|
||||
;;
|
||||
|
||||
vet)
|
||||
(vet)
|
||||
_arguments \
|
||||
'-n[print commands that would be executed]' \
|
||||
'-x[prints commands as they are executed]' \
|
||||
'-vettool[set a different analysis tool with alternative or additional checks]:prog:_files' \
|
||||
${build_flags[@]} \
|
||||
'*:importpaths:__go_packages'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user