Skip to content

v0.3.0 - CLI Revamped

Compare
Choose a tag to compare
@micahcochran micahcochran released this 27 Aug 02:50
· 1 commit to master since this release
95fee3b
  1. uses argparse to create a more flexible CLI interface
  2. slightly improve the accuracy of the number of bytes downloaded metric, which is likely an overestimate
  3. Create a main() function and move functions within it. This puts those variables into a local scope instead of a a global scope.