Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { *exec.Cmd Trace bool // Print composed command before execution. TraceWriter io.Writer // Where to write the trace output. }
Cmd represents a command to be executed, with options to control its behavior. The Cmd struct embeds the standard library's exec.Cmd, adding additional fields to control the command's output and tracing.
Click to show internal directories.
Click to hide internal directories.