Closed
Description
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.")