gocomplete: add build flags to get command

This commit is contained in:
Eyal Posener 2017-05-15 16:37:36 +03:00
parent 79782dedf9
commit e00c0546bc
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ func main() {
run.Flags[name] = options
list.Flags[name] = options
vet.Flags[name] = options
get.Flags[name] = options
}
gogo := complete.Command{