Commit 2940dd4b authored by Rui Ueyama's avatar Rui Ueyama Committed by Brad Fitzpatrick

misc/bash/go: Add a completion rule for "go env".

"env" is a valid go command. This patch is to make bash to autocomplete it.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/74660045
parent 63f4e4a1
......@@ -20,7 +20,7 @@ _go()
local cmd="${COMP_WORDS[1]}"
local cmds="build clean doc fix fmt get
local cmds="build clean env doc fix fmt get
install list run test tool version vet"
local addhelp="gopath importpath remote
testflag testfunc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment