1
0
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:
Nick Craig-Wood
2020-01-23 14:14:58 +00:00
parent 62dbdcdbcc
commit 3afb2a4798
5 changed files with 21 additions and 11 deletions

View File

@@ -89,7 +89,7 @@ type ConfigInfo struct {
StreamingUploadCutoff SizeSuffix
StatsFileNameLength int
AskPassword bool
PasswordCommand string
PasswordCommand SpaceSepList
UseServerModTime bool
MaxTransfer SizeSuffix
MaxBacklog int