rclone/lib/terminal/hidden_other.go

8 lines
105 B
Go
Raw Normal View History

// +build !windows
package terminal
// HideConsole is only supported on windows
func HideConsole() {
}