Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type Exec struct {
// contains filtered or unexported fields
}
Exec disk implementation.
func (*Exec) RunCmd ¶
RunCmd executes the provided command with arguments, using the current working directory.
func (*Exec) RunCmdImpl ¶
RunCmdImpl executes the provided command with the specified arguments and an optional working directory. It captures and logs the combined output (stdout and stderr) of the command.
Click to show internal directories.
Click to hide internal directories.