1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-08 12:34:53 +02:00
rclone/lib/terminal/hidden_other.go

8 lines
106 B
Go

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