rclone/cmd/size
Nick Craig-Wood 5476da476f size: make output compatible with -P
Before this change the output of `rclone size -P` would get corrupted
by the progress printing.

This is fixed by using operations.SyncPrintf instead of fmt.Printf.

Fixes #7912
2024-06-15 10:04:28 +01:00
..
size.go size: make output compatible with -P 2024-06-15 10:04:28 +01:00