rclone/fs/config
Nick Craig-Wood 98c34e413d config: add --obscure and --no-obscure flags to config create/update
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
2020-05-15 16:41:37 +01:00
..
configflags march: added flag to allow Unicode filenames to remain unique 2020-05-15 12:28:01 +01:00
configmap all: fix go-critic linter suggestions 2018-08-06 21:14:03 +01:00
configstruct build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
flags cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
obscure Add tests for reveal functions 2018-08-07 20:51:50 +01:00
testdata Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config.go config: add --obscure and --no-obscure flags to config create/update 2020-05-15 16:41:37 +01:00
config_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password.go config: fix error reading password from piped input - fixes #1308 2018-06-28 11:54:15 +01:00
config_read_password_unsupported.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_test.go config: add --obscure and --no-obscure flags to config create/update 2020-05-15 16:41:37 +01:00
config_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
rc.go config: add --obscure and --no-obscure flags to config create/update 2020-05-15 16:41:37 +01:00
rc_test.go config: add --obscure and --no-obscure flags to config create/update 2020-05-15 16:41:37 +01:00