github.1git.de/docker/cli@v26.1.3+incompatible/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 }