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

Struct Command

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected