Sign in
gdch-oss
/
third_party
/
hashicorp
/
terraform-exec
/
eccad43b4c2e218b66878810bfbe89b8b117d392
/
.
/
tfexec
/
cmdstring.go
blob: 72370c4f925f7828738ecfe40710020d325f78e2 [
file
]
package tfexec
import (
"os/exec"
)
func cmdString(c *exec.Cmd) string {
return c.String()
}