MCPcopy Index your code
hub / github.com/coldbrewcloud/coldbrew-cli / Command

Interface Command

commands/command.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Command interface {
9 Init(app *kingpin.Application, appFlags *flags.GlobalFlags) *kingpin.CmdClause
10
11 // Run should return error only for critical issue. All other errors should be handled inside Run() function.
12 Run() error
13}

Callers 35

registerCommandsFunction · 0.65
mainFunction · 0.65
RunMethod · 0.95
RunMethod · 0.95
RunMethod · 0.95
RunMethod · 0.95
RunMethod · 0.95
validateFlagsMethod · 0.95
RunMethod · 0.95

Implementers 8

Commandcommands/clusterstatus/command.go
Commandcommands/deploy/command.go
Commandcommands/clusterdelete/command.go
Commandcommands/delete/command.go
Commandcommands/clustercreate/command.go
Commandcommands/create/command.go
Commandcommands/clusterscale/command.go
Commandcommands/status/command.go

Calls

no outgoing calls

Tested by

no test coverage detected