MCPcopy Create free account
hub / github.com/brimdata/super / Command

Struct Command

cmd/super/dev/vector/project/command.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type Command struct {
40 *vector.Command
41 outputFlags outputflags.Flags
42}
43
44func newCommand(parent charm.Command, f *flag.FlagSet) (charm.Command, error) {
45 c := &Command{Command: parent.(*vector.Command)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected