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

Struct structCommandBuilder

command.go:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271type structCommandBuilder struct {
272 reflection
273 parent *reflection
274 md *internal.Metadata
275}
276
277func validateNoArgs(cmd *cobra.Command, args []string) error {
278 cmd.SilenceUsage = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected