mirror of
https://github.com/rclone/rclone.git
synced 2026-07-13 17:22:20 -04: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