Skip to content

Fix subcommand help and refactor argument parsing#3

Open
acrollet wants to merge 2 commits intomainfrom
fix-subcommand-help-14590894861178882652
Open

Fix subcommand help and refactor argument parsing#3
acrollet wants to merge 2 commits intomainfrom
fix-subcommand-help-14590894861178882652

Conversation

@acrollet
Copy link
Copy Markdown
Owner

This PR refactors the command parsing logic in sid/main.py to use argparse's native help generation. This fixes the issue where sid <subcommand> --help would display the global help instead of the subcommand-specific help. It also updates the global help description to be more informative and fixes a flaky test in tests/test_commands.py related to os.path.expanduser in different environments.


PR created automatically by Jules for task 14590894861178882652 started by @acrollet

- Remove manual interception of -h/--help in `sid/main.py`.
- Update `argparse.ArgumentParser` to use `add_help=True` (default) and `RawDescriptionHelpFormatter`.
- Remove manual definition of -h/--help argument.
- Update global help description to be more informative.
- Fix environment-specific failure in `test_logs_crash_report` by patching `os.path.expanduser`.

Co-authored-by: acrollet <101649+acrollet@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Remove manual interception of -h/--help in `pippin/main.py`.
- Update `argparse.ArgumentParser` to use `add_help=True` (default) and `RawDescriptionHelpFormatter`.
- Remove manual definition of -h/--help argument.
- Update global help description to reference "Pippin" and be more informative.
- Fix environment-specific failure in `tests/test_commands.py` (test_logs_crash_report) by patching `os.path.expanduser`.
- Ensure all references are updated to "Pippin" after upstream rename.

Co-authored-by: acrollet <101649+acrollet@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant