github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/cli/connhelper/commandconn/session_windows.go (about)

     1  package commandconn
     2  
     3  import (
     4  	"os/exec"
     5  )
     6  
     7  func createSession(cmd *exec.Cmd) {
     8  }