Skip to content

Switch flag definitions to be on pflag instead of flag in package go/cmd/vtctldclient #11283

Closed
@ajm188

Description

@ajm188

Part of #10697.

Current flags:

$ git grep -E "\bflag\.[A-Z]" -- go/cmd/vtctldclient/*.go
go/cmd/vtctldclient/main.go:    command.Root.PersistentFlags().AddGoFlagSet(flag.CommandLine)
go/cmd/vtctldclient/main.go:    // hack to get rid of an "ERROR: logging before flag.Parse"
go/cmd/vtctldclient/main.go:    flag.Parse()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions