blob: 72370c4f925f7828738ecfe40710020d325f78e2 [file]
package tfexec
import (
"os/exec"
)
func cmdString(c *exec.Cmd) string {
return c.String()
}