Updated the CLI's command-line argument parsing by replacing the obsolete docopt with the native argparse library, ensuring continued functionality and future compatibility. Note: While the CLI functionality hasn't changed, some commands may need to be formatted slightly differently. If you encounter any issues, refer to ia --help
and ia {command} --help
if you run into any issues.
What's Changed
- Skip early when downloading existing file by @ChlodAlejandro in #650
- Add archive file to cache files that passed checksum validation (#600) by @benbou8231 in #645
- Refactoring CLI argument parsing from docopt to argparse by @jjjake in #646
New Contributors
- @ChlodAlejandro made their first contribution in #650
- @benbou8231 made their first contribution in #645
Full Changelog: v4.1.0...v5.0.0