mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
aed59b9029
app/vmctl: automatically detect if TTY is available
8 lines
125 B
Go
8 lines
125 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
package terminal
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|