gocomplete: add build flags to get command
This commit is contained in:
parent
79782dedf9
commit
e00c0546bc
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue