MCPcopy
hub / github.com/keploy/keploy / ValidateFlags

Method ValidateFlags

cli/service.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, cmd *cobra.Command)

Source from the content-addressed store, hash-verified

13type CmdConfigurator interface {
14 AddFlags(cmd *cobra.Command) error
15 ValidateFlags(ctx context.Context, cmd *cobra.Command) error
16 Validate(ctx context.Context, cmd *cobra.Command) error
17}

Callers 1

ConfigFunction · 0.65

Implementers 1

CmdConfiguratorcli/provider/cmd.go

Calls

no outgoing calls

Tested by

no test coverage detected