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
Raw Normal View History

2021-09-09 14:25:25 +02:00
//go:build !windows
package terminal
// HideConsole is only supported on windows
func HideConsole() {
}