go-network-configurator/utils_other.go

9 lines
209 B
Go

//go:build !windows
package netconfig
import "os/exec"
// hideCommandWindow is a no-op away from Windows, where there is no console
// window for a subprocess to raise.
func hideCommandWindow(*exec.Cmd) {}