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

Struct Command

commands/delete/command.go:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected