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

Struct Command

cmd/super/dev/dig/command.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Command struct {
25 *dev.Command
26}
27
28func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) {
29 return &Command{Command: parent.(*dev.Command)}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected