1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-25 20:53:28 +00:00
Files
rclone/fs/config/configmap
Nick Craig-Wood 72437a9ca2 config: add more human readable configmap.Simple output
Before this, String() quoted every part of the config map even if it
wasn't necessary.

The new Human() method removes the quoting and adds the special case
for "true" values.
2025-10-02 17:30:08 +01:00
..