type Command struct {
// Command holds the command with its optional arguments. Command []string// Directory defines the directory the execution should run in, without changing the working directory of the caller. Directory string
}
Command defines a command that should be executed.