Skip to content

feat(cli): add a simple cli #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged

feat(cli): add a simple cli #97

merged 1 commit into from
May 21, 2025

Conversation

msclock
Copy link
Owner

@msclock msclock commented May 20, 2025

Implemented a new pybit7z command-line utility using argparse for argument parsing. The tool handles:

  • Archive creation with multiple format support (7z, zip, tar, etc.)
  • File extraction from compressed archives
  • Detailed archive content listing
  • Custom compression levels (0-9)
  • Password protection for encrypted archives

@msclock msclock force-pushed the cli branch 4 times, most recently from 3ef9d7d to 19d5ba3 Compare May 20, 2025 15:52
Copy link

codecov bot commented May 20, 2025

Codecov Report

Attention: Patch coverage is 96.49123% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.36%. Comparing base (fd1a996) to head (b700c75).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/pybit7z/cli.py 96.49% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            master      #97      +/-   ##
===========================================
- Coverage   100.00%   97.36%   -2.64%     
===========================================
  Files            1        2       +1     
  Lines           19       76      +57     
===========================================
+ Hits            19       74      +55     
- Misses           0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Implemented a new pybit7z command-line utility using argparse for argument parsing. The tool handles:

- Archive creation with multiple format support (7z, zip, tar, etc.)
- File extraction from compressed archives
- Detailed archive content listing
- Custom compression levels (0-9)
- Password protection for encrypted archives

Signed-off-by: msclock <[email protected]>
@msclock msclock enabled auto-merge (squash) May 21, 2025 04:34
@msclock msclock disabled auto-merge May 21, 2025 04:34
@msclock msclock enabled auto-merge (squash) May 21, 2025 04:35
@msclock msclock disabled auto-merge May 21, 2025 04:35
@msclock msclock enabled auto-merge (squash) May 21, 2025 04:35
@msclock msclock merged commit f8ba3ca into master May 21, 2025
24 checks passed
@msclock msclock deleted the cli branch May 21, 2025 04:48
@msclock-bot
Copy link
Contributor

msclock-bot bot commented May 21, 2025

🎉 This PR is included in version 0.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@msclock-bot msclock-bot bot added the released label May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant