1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-09 12:03:20 +00:00
Files
rclone/fs/config/configstruct
Nick Craig-Wood cf571ad661 rc: In options/info make FieldName contain a "." if it should be nested
Before this would have Output "FieldName": "ListenAddr" where it
actually needs to be set in a sub object "HTTP".

After this fix it outputs "FieldName": "HTTP.ListenAddr" to indicate
"ListenAddr" needs to be set in the object "HTTP".
2025-04-09 11:12:07 +01:00
..