vitess
vitess copied to clipboard
Switch flag definitions to be on pflag instead of flag in `package go/vt/wrangler`
Part of https://github.com/vitessio/vitess/issues/10697.
Current flags:
$ git grep -E "\bflag\.[A-Z]" -- go/vt/wrangler/*.go
go/vt/wrangler/vdiff_env_test.go: flag.Set("tablet_protocol", "VDiffTest")
go/vt/wrangler/wrangler_env_test.go: flag.Set("tablet_protocol", "WranglerTest")
How we tackle this one is going to depend on how exactly we implement #10978