Commit 50f1e1a6 authored by Rui Ueyama's avatar Rui Ueyama Committed by Ian Lance Taylor

misc/bash/go: remove "doc" subcommand autocompletion

"go doc" has been removed in CL 17799.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/77420045
parent 1a21dbc5
......@@ -20,7 +20,7 @@ _go()
local cmd="${COMP_WORDS[1]}"
local cmds="build clean env doc fix fmt get
local cmds="build clean env fix fmt get
install list run test tool version vet"
local addhelp="gopath importpath remote
testflag testfunc"
......@@ -88,9 +88,6 @@ _go()
COMPREPLY=(`_go_importpath "$cur"`)
fi
;;
'doc')
COMPREPLY=(`_go_importpath "$cur"`)
;;
'fix')
COMPREPLY=(`_go_importpath "$cur"`)
;;
......
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