mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
golang: support "go help environment" in autocompletion (#7404)
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
This commit is contained in:
parent
ad69c7a82f
commit
e8aba1bf59
1 changed files with 1 additions and 0 deletions
|
@ -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]' \
|
||||
|
|
Loading…
Reference in a new issue