Make upload_dataset(progress=)
and download_dataset(quiet=)
consistent
#51
Labels
enhancement
New feature or request
download_dataset
has aquiet
argument to suppressrclone
's stdout (and other stuff). In #48 we addedprogress
toupload_dataset
(which decides whether to pass--progress
torlcone
). We should make the arguments consistent somehow, but their behavior is subtly different.quiet
, deprecateprogress
.progress
, deprecatequiet
.I'm partial to (1):
rclone
is an implementation detail, so the only thing we can really promise is that there is no output at all, from anywhere.The text was updated successfully, but these errors were encountered: