getPkgZips() returns a list detailing the packages that were downloaded (and their versions) as well as if an alternate version was downloaded instead. However, if the user doesn't save into a variable when they are running the function then it prints to stdout.
Find an alternative to this so the output to the console is cleaner!
getPkgZips() returns a list detailing the packages that were downloaded (and their versions) as well as if an alternate version was downloaded instead. However, if the user doesn't save into a variable when they are running the function then it prints to stdout.
Find an alternative to this so the output to the console is cleaner!