Skip to content

Switch flag definitions to be on pflag instead of flag in package go/vt/vttablet/customrule/topocustomrule #10972

Closed
@ajm188

Description

@ajm188

Part of #10697.

Current flags:

$ git grep -E "\bflag\.[A-Z]" -- go/vt/vttablet/customrule/topocustomrule/*.go
go/vt/vttablet/customrule/topocustomrule/topocustomrule.go:     ruleCell = flag.String("topocustomrule_cell", "global", "topo cell for customrules file.")
go/vt/vttablet/customrule/topocustomrule/topocustomrule.go:     rulePath = flag.String("topocustomrule_path", "", "path for customrules file. Disabled if empty.")

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions