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/workflow`

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/workflow/*.go
go/vt/workflow/sleep_workflow.go:       subFlags := flag.NewFlagSet(sleepFactoryName, flag.ContinueOnError)
go/vt/workflow/workflow_test.go:        subFlags := flag.NewFlagSet(testWorkflowFactoryName, flag.ContinueOnError)

ajm188 avatar Aug 11 '22 10:08 ajm188

I think we can just ignore this one, provided this code is definitely going to be deleted before v15, is that correct @deepthi ?

ajm188 avatar Aug 11 '22 10:08 ajm188