github.com/ali-iotechsys/cli@v20.10.0+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  }