//go:build !windows

package terminal

// HideConsole is only supported on windows
func HideConsole() {
}