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

Struct Command

commands/create/command.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected