-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs: fix inconsistent parameter name in CLI help text #2102
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
base: main
Are you sure you want to change the base?
docs: fix inconsistent parameter name in CLI help text #2102
Conversation
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 |
||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
45608c7 to
281ffc9
Compare

User description
Description
Fixed inconsistent parameter naming in CLI help text.
Changes
--pr_urlinstead of--pr-urlType of Change
PR Type
Documentation, Tests
Description
Fixed inconsistent CLI parameter naming from
--pr-urlto--pr_urlAdded test script for GitHub provider URL parsing validation
Diagram Walkthrough
File Walkthrough
cli.py
Standardize CLI parameter name in help textpr_agent/cli.py
--pr-urlto--pr_urlverify_github_provider_url_parse.py
Add GitHub URL parsing verification scriptscripts/verify_github_provider_url_parse.py
Enterprise)