VictoriaMetrics/app/vmctl/terminal/windows..go
2023-03-21 15:53:53 +01:00

8 lines
102 B
Go

//go:build windows
// +build windows
package terminal
func isTerminal(fd int) bool {
return true
}