rclone/cmd
Carl Edquist 3192e00f4f progress: output final newline to terminal.Out
fmt.Println writes to stdout, which may be redirected and wrongly
included with the main program output (like the cat command)
instead of written to the terminal output.

Note the rest of the progress output goes to terminal.Out in
printProgress via terminal.Write()
2022-10-06 06:10:05 -05:00
..
about build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
all bisync: implementation #5164 2021-11-01 21:00:27 +03:00
authorize build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
backend build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
bisync all: fix spelling across the project 2022-08-30 11:16:26 +02:00
cachestats build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cat build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
check build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
checksum build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cleanup build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cmount all: fix spelling across the project 2022-08-30 11:16:26 +02:00
config all: fix spelling across the project 2022-08-30 11:16:26 +02:00
copy build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
copyto build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
copyurl build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cryptcheck build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cryptdecode build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
dedupe build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
delete build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
deletefile build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
genautocomplete build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
gendocs build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
hashsum all: fix spelling across the project 2022-08-30 11:16:26 +02:00
link build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
listremotes build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
ls all: fix spelling across the project 2022-08-30 11:16:26 +02:00
lsd build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
lsf build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
lsjson all: fix spelling across the project 2022-08-30 11:16:26 +02:00
lsl build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
md5sum all: fix spelling across the project 2022-08-30 11:16:26 +02:00
mkdir build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount2 build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mountlib all: fix spelling across the project 2022-08-30 11:16:26 +02:00
move build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
moveto build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
ncdu all: fix spelling across the project 2022-08-30 11:16:26 +02:00
obscure build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
purge build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
rc build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
rcat build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
rcd build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
reveal build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
rmdir build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
rmdirs build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
selfupdate build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
serve docs/sftp: document use of chunk_size option in sftp remote paired with serve sftp 2022-08-31 00:04:04 +02:00
settier build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
sha1sum all: fix spelling across the project 2022-08-30 11:16:26 +02:00
size build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
sync build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
test build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
touch all: fix spelling across the project 2022-08-30 11:16:26 +02:00
tree build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
version build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cmd.go fs/cache: make sure we call the Shutdown method on backends 2022-06-28 12:51:59 +01:00
help.go all: fix spelling across the project 2022-08-30 11:16:26 +02:00
progress.go progress: output final newline to terminal.Out 2022-10-06 06:10:05 -05:00
selfupdate_disabled.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
selfupdate_enabled.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
siginfo_darwin.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
siginfo_others.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00