MCPcopy Create free account
hub / github.com/avamsi/climate / command

Struct command

command.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type command struct {
24 delegate cobra.Command
25}
26
27func newCommand(name string, md *internal.Metadata, params []internal.ParamType) *command {
28 delegate := cobra.Command{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected