mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
ls: introduce and global option to print human-readable sizes and consider it for ls commands
Fixes #1890
This commit is contained in:
@@ -130,6 +130,7 @@ type ConfigInfo struct {
|
||||
FsCacheExpireDuration time.Duration
|
||||
FsCacheExpireInterval time.Duration
|
||||
DisableHTTP2 bool
|
||||
HumanReadable bool
|
||||
}
|
||||
|
||||
// NewConfig creates a new config with everything set to the default
|
||||
|
||||
Reference in New Issue
Block a user