1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00
Nick Craig-Wood f3f48d7d49 Implement new backend config system
This unifies the 3 methods of reading config

  * command line
  * environment variable
  * config file

And allows them all to be configured in all places.  This is done by
making the []fs.Option in the backend registration be the master
source of what the backend options are.

The backend changes are:

  * Use the new configmap.Mapper parameter
  * Use configstruct to parse it into an Options struct
  * Add all config to []fs.Option including defaults and help
  * Remove all uses of pflag
  * Remove all uses of config.FileGet
2018-07-16 21:20:47 +01:00
..
2018-04-18 21:09:54 +01:00
2018-06-10 12:49:33 +01:00
2018-05-31 09:42:16 +01:00
2018-05-31 09:42:16 +01:00
2018-06-17 16:58:37 +01:00
2018-04-13 13:38:06 +01:00
2018-02-02 13:46:56 +00:00
2018-07-16 21:20:47 +01:00
2018-06-02 17:35:13 +01:00
2018-06-02 17:35:13 +01:00