Uh oh!
There was an error while loading. Please reload this page.
feat: add --compression none for decompression support (#66) - #78
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Pull Request
Description
Adds --compression none as a valid value for the --compression flag, enabling users to decompress downloaded files without recompressing them to another format.
Previously, --compression only supported bz2, gz, and xz — meaning users could convert between compression formats or compress uncompressed files, but had no way to simply decompress a file and save it as-is. With this change, --compression none decompresses the file and saves it without any compression extension.
If the file is already uncompressed, --compression none is a no-op.
Related Issues
closes#66
Type of change
Checklist:
poetry run pytest- all tests passedpoetry run ruff check- no linting errors