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

Struct Command

commands/clusterscale/command.go:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected