Skip to content

Commit

Permalink
golang: support "go help environment" in autocompletion (#7404)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
  • Loading branch information
ricardoseriani authored and mcornella committed Nov 16, 2018
1 parent ad69c7a commit e8aba1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/golang/golang.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ __go_tool_complete() {
;;
help)
_values "${commands[@]}" \
'environment[show Go environment variables available]' \
'gopath[GOPATH environment variable]' \
'packages[description of package lists]' \
'remote[remote import path syntax]' \
Expand Down

0 comments on commit e8aba1b

Please sign in to comment.