mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01: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)
|
help)
|
||||||
_values "${commands[@]}" \
|
_values "${commands[@]}" \
|
||||||
|
'environment[show Go environment variables available]' \
|
||||||
'gopath[GOPATH environment variable]' \
|
'gopath[GOPATH environment variable]' \
|
||||||
'packages[description of package lists]' \
|
'packages[description of package lists]' \
|
||||||
'remote[remote import path syntax]' \
|
'remote[remote import path syntax]' \
|
||||||
|
|
Loading…
Reference in a new issue