Draft
Conversation
Collaborator
trisdoan
commented
Mar 3, 2026
- group commands into category?
Move ODOO_URLS, iter_org_entries(), get_repo_tasks() from main.py to utils.py. Eliminates duplication and allows reuse by other modules (e.g., doctor.py).
Add check_repos() function to diagnose repo state (exists, clone-able, git status). Wire into run_doctor() as "Repositories" check group. Fix check_config message (remove version count). Add 7 new test cases covering repo validation scenarios.
…handling - Add --version/-V flag with version callback - Add --debug flag to show full stack traces on error - Add --quiet/-q flag to suppress informational output - Implement cli() wrapper with top-level exception handling - Update entry point from 'app' to 'cli' in pyproject.toml - Add epilog to CLI help with docs link - Use Annotated types for improved CLI option definitions
- Add err=True to all typer.secho() calls for error/warning output - Route progress bar output to stderr via Console(stderr=True) - Add err=True to doctor command docstring - Ensures proper output stream separation between stdout and stderr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.