-
Notifications
You must be signed in to change notification settings - Fork 8
Dev #84
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
Conversation
- Update help output block to show correct commands:
- Remove non-existent: get-files-by-filter, get-files-by-project-accession,
get-private-files, get-projects, get-projects-by-accession
- Add missing: download-all-public-category-files, download-px-raw-files,
list-private-files
- Fix download-files-by-category -> download-all-public-category-files
- Use consistent 'pridepy' command instead of 'python -m pridepy.pridepy'
Fixes #82
https://claude.ai/code/session_017TpGVPTK44DCWtaSpVHaVj
…amples-msrYJ Update README with corrected CLI commands and formatting
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
📝 WalkthroughWalkthroughThis PR updates the README.md documentation to reflect changes in CLI command names and usage. Legacy commands are removed, new and renamed commands are added, and usage examples are updated to match the new command names. Minor formatting adjustments are included. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Type
Documentation
Description
Update README CLI commands to match actual implementation
Remove non-existent commands from help output
Add missing commands: download-all-public-category-files, download-px-raw-files, list-private-files
Fix command name: download-files-by-category to download-all-public-category-files
Standardize command invocation to use
pridepyinstead ofpython -m pridepy.pridepyDiagram Walkthrough
File Walkthrough
README.md
Correct CLI commands and standardize documentationREADME.md
download-all-public-category-files,download-px-raw-files,list-private-filesdownload-files-by-categorytodownload-all-public-category-filesin usage examplepython -m pridepy.pridepytopridepyin exampleoutput
Summary by CodeRabbit