mirror of
https://github.com/rclone/rclone.git
synced 2025-08-24 03:45:45 +02:00
fs: add --all to rclone config create/update to ask all the config questions #3455
This also factors the config questions into a state based mechanism so a backend can be configured using the same dialog as rclone config but remotely.
This commit is contained in:
@@ -37,6 +37,9 @@ var (
|
||||
|
||||
// ConfigProvider is the config key used for provider options
|
||||
ConfigProvider = "provider"
|
||||
|
||||
// ConfigEdit is the config key used to show we wish to edit existing entries
|
||||
ConfigEdit = "config_fs_edit"
|
||||
)
|
||||
|
||||
// ConfigInfo is filesystem config options
|
||||
|
Reference in New Issue
Block a user