Merge pull request #23 from posener/get-flags
gocomplete: add build flags to get command
This commit is contained in:
commit
12dd12532c
|
@ -160,6 +160,7 @@ func main() {
|
||||||
run.Flags[name] = options
|
run.Flags[name] = options
|
||||||
list.Flags[name] = options
|
list.Flags[name] = options
|
||||||
vet.Flags[name] = options
|
vet.Flags[name] = options
|
||||||
|
get.Flags[name] = options
|
||||||
}
|
}
|
||||||
|
|
||||||
gogo := complete.Command{
|
gogo := complete.Command{
|
||||||
|
|
Loading…
Reference in New Issue