masterzen / winrm

Command-line tool and library for Windows remote command execution in Go
Apache License 2.0
425 stars 129 forks source link

Add Parameter used by Command to allow connection timeouts to complete the command #162

Open jpalermo opened 7 months ago

jpalermo commented 7 months ago

Fixes #161 where commands that cause the host to shut down never complete and run forever.

jpalermo commented 6 months ago

@masterzen any chance this could get merged?