sg: Move everything Command/exec.Cmd related to run package
Created by: mrnugget
Baby steps. But check out how sweet the API is:
run.Commands(ctx, globalConf.Env, cmd)
run.GitCmd("diff")
run.DockerCmd("run", "alpine:3")
Created by: mrnugget
Baby steps. But check out how sweet the API is:
run.Commands(ctx, globalConf.Env, cmd)
run.GitCmd("diff")
run.DockerCmd("run", "alpine:3")