go-cmd / cmd

Non-blocking external commands in Go with streaming output
MIT License
918 stars 128 forks source link

Windows10 #77

Closed Human19788 closed 2 years ago

Human19788 commented 2 years ago
Cmd      string
PID      int
Complete bool
Exit     int
Error    error
Runtime  float64 // seconds
Stdout   []string
Stderr   []string
human1978 commented 2 years ago

Updated and install

Human19788 commented 2 years ago

install