MCPcopy Index your code
hub / github.com/eksctl-io/eksctl / Cmd

Struct Cmd

integration/runner/runner.go:18–25  ·  view source on GitHub ↗

Cmd holds definition of a command

Source from the content-addressed store, hash-verified

16
17// Cmd holds definition of a command
18type Cmd struct {
19 execPath string
20 args []string
21 env []string
22 cleanEnv bool
23 timeout time.Duration
24 stdin io.Reader
25}
26
27// NewCmd constructs a new command
28func NewCmd(execPath string) Cmd {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected