mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
config: use SpaceSepList for argument to --password-command
This is to enable arguments with spaces in.
This commit is contained in:
@@ -89,7 +89,7 @@ type ConfigInfo struct {
|
||||
StreamingUploadCutoff SizeSuffix
|
||||
StatsFileNameLength int
|
||||
AskPassword bool
|
||||
PasswordCommand string
|
||||
PasswordCommand SpaceSepList
|
||||
UseServerModTime bool
|
||||
MaxTransfer SizeSuffix
|
||||
MaxBacklog int
|
||||
|
||||
Reference in New Issue
Block a user