Merge pull request #746 from syohex/syohex/745

Move comment line for avoiding completion error
This commit is contained in:
Shohei YOSHIDA 2020-05-27 23:11:23 +09:00 committed by GitHub
commit 786d0f5758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -497,6 +497,7 @@ case $state in
;;
get)
# no mod_flags for get
_arguments \
'-d[instructs get to stop after downloading the packages]' \
'-f[force get -u not to verify that each package has been checked from vcs]' \
@ -505,7 +506,6 @@ case $state in
'-t[also download the packages required to build tests]' \
'-u[use the network to update the named packages]' \
${build_flags[@]} \
# no mod_flags for get
'*:importpaths:__go_packages'
;;