MCPcopy
hub / github.com/keploy/keploy / AddFlags

Method AddFlags

cli/service.go:14–14  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

12
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 14

ContractFunction · 0.65
RecordFunction · 0.65
ExportFunction · 0.65
DiffFunction · 0.65
UpdateFunction · 0.65
ImportFunction · 0.65
TestFunction · 0.65
RootFunction · 0.65
NormalizeFunction · 0.65
TemplatizeFunction · 0.65
ConfigFunction · 0.65
SanitizeFunction · 0.65

Implementers 1

CmdConfiguratorcli/provider/cmd.go

Calls

no outgoing calls

Tested by 1

TestFunction · 0.52