mirror of
https://github.com/rclone/rclone.git
synced 2025-06-04 19:24:35 +08:00
cmd: Don't print non-ASCII characters with --progress on windows - fixes #2501
This bug causes lots of strange behaviour with non-ASCII characters and --progress https://github.com/Azure/go-ansiterm/issues/26
This commit is contained in:
@ -681,6 +681,10 @@ with the `--stats` flag.
|
||||
This can be used with the `--stats-one-line` flag for a simpler
|
||||
display.
|
||||
|
||||
Note: On Windows until[this bug](https://github.com/Azure/go-ansiterm/issues/26)
|
||||
is fixed all non-ASCII characters will be replaced with `.` when
|
||||
`--progress` is in use.
|
||||
|
||||
### -q, --quiet ###
|
||||
|
||||
Normally rclone outputs stats and a completion message. If you set
|
||||
|
Reference in New Issue
Block a user