rclone/cmd
Nick Craig-Wood 43c530922a Restore ability for any command to show stats by adding --stats flag
Make default for `mount` command not to show stats - this can be
re-enabled by adding a `--stats` parameter.
2016-12-15 17:40:17 +00:00
..
all Implement moveto and copyto commands for choosing a destination name on copy/move 2016-12-03 23:43:52 +00:00
authorize Regularize the command definition names 2016-12-03 09:08:40 +00:00
cat Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
check Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
cleanup Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
config Regularize the command definition names 2016-12-03 09:08:40 +00:00
copy Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
copyto Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
dedupe Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
delete Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
genautocomplete Regularize the command definition names 2016-12-03 09:08:40 +00:00
gendocs Regularize the command definition names 2016-12-03 09:08:40 +00:00
listremotes Regularize the command definition names 2016-12-03 09:08:40 +00:00
ls Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
lsd Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
lsl Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
md5sum Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
memtest Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
mkdir Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
mount Restore ability for any command to show stats by adding --stats flag 2016-12-15 17:40:17 +00:00
move Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
moveto Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
purge Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
rmdir Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
rmdirs Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
sha1sum Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
size Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
sync Only show transfer stats on commands which transfer stuff - fixes #849 2016-12-04 16:52:24 +00:00
version Regularize the command definition names 2016-12-03 09:08:40 +00:00
cmd.go Restore ability for any command to show stats by adding --stats flag 2016-12-15 17:40:17 +00:00
cmd_test.go Implement moveto and copyto commands for choosing a destination name on copy/move 2016-12-03 23:43:52 +00:00
rclone_test.go Move internals of rclone command into cmd so it can be imported externally 2016-08-04 22:33:46 +01:00
redirect_stderr.go Move internals of rclone command into cmd so it can be imported externally 2016-08-04 22:33:46 +01:00
redirect_stderr_unix.go Revise list of OSes which can redirect stderr - fixes #698 2016-09-19 17:13:41 +01:00
redirect_stderr_windows.go Move internals of rclone command into cmd so it can be imported externally 2016-08-04 22:33:46 +01:00