mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
cmd: Make --progress work on Windows
This commit is contained in:
9
cmd/progress_other.go
Normal file
9
cmd/progress_other.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//+build !windows
|
||||
|
||||
package cmd
|
||||
|
||||
import "os"
|
||||
|
||||
func writeToTerminal(b []byte) {
|
||||
_, _ = os.Stdout.Write(b)
|
||||
}
|
||||
Reference in New Issue
Block a user