MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / Command

Struct Command

commands/clusterstatus/command.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type Command struct {
18 globalFlags *flags.GlobalFlags
19 commandFlags *Flags
20 awsClient *aws.Client
21 clusterNameArg *string
22}
23
24func (c *Command) Init(ka *kingpin.Application, globalFlags *flags.GlobalFlags) *kingpin.CmdClause {
25 c.globalFlags = globalFlags

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected