GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
377 stars 68 forks source link

Modify the cobra command setup to print a better help screen, and to enable -v (and other top level flags) to work with subcommands. #40

Closed perotinus closed 7 years ago

perotinus commented 7 years ago

Fixes #26.

@madhusudancs @csbell @nikhiljindal @G-Harmon

madhusudancs commented 7 years ago

/lgtm

nikhiljindal commented 7 years ago

This is just amazing. Improves the usability of the tool so much. many thanks @perotinus

G-Harmon commented 7 years ago

lgtm. nice! I started to look at this yesterday, but hadn't gone down the "AddGoFlagSet" route