vitess icon indicating copy to clipboard operation
vitess copied to clipboard

Switch flag definitions to be on pflag instead of flag in `package go/vt/wrangler`

Open ajm188 opened this issue 3 years ago • 1 comments

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")

ajm188 avatar Aug 11 '22 10:08 ajm188

How we tackle this one is going to depend on how exactly we implement #10978

ajm188 avatar Aug 11 '22 10:08 ajm188