Currently if you do a wp download --version=4.9.4 it will download and cache a .tar.gz file and if you afterward do a wp download --version=4.9.4 --skip-content for example it will download a new .zip archive.
I think it would be better if we can always stick to downloading zip files so you can reuse archives and save some bandwith, or be able to work disconnected.
Currently if you do a
wp download --version=4.9.4it will download and cache a.tar.gzfile and if you afterward do awp download --version=4.9.4 --skip-contentfor example it will download a new.ziparchive.I think it would be better if we can always stick to downloading zip files so you can reuse archives and save some bandwith, or be able to work disconnected.