mirror of
https://github.com/rclone/rclone.git
synced 2026-01-02 16:43:28 +00:00
Before this change there was some ambiguity about whether passwords were obscured on not passing them into config create or config update. This change adds the --obscure and --no-obscure flags to make the intent clear. It also updates the remote control and the tests. Fixes #3728