minor 1.13 changes

This commit is contained in:
Paul Seyfert 2019-08-23 14:37:32 +02:00
parent c8647517f3
commit 17239cec96
1 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ case $state in
'-linkshared[link against shared libraries]'
'-pkgdir[install and load all packages from dir]:dir'
'-tags[list of build tags to consider satisfied]:tags'
'-trimpath[remove all file system paths from the resulting executable]'
'-toolexec[program to use to invoke toolchain programs]:args'
)
@ -134,7 +135,7 @@ case $state in
case $words[1] in
build)
_arguments \
'-o[force build to write to named output file]:file:_files' \
'-o[force build to write to named output file or directory]:file or directory:_files' \
'-i[installs the packages that are dependencies of the target]' \
${build_flags[@]} \
'*:importpaths:__go_packages'