feberbo opened a new pull request, #71689: URL: https://github.com/apache/airflow/pull/71689
## Summary Breeze performs provider dependency regeneration during startup, even when the user only requests help. On Windows, this can make `breeze --help` appear to hang for minutes before help is displayed. Skip regeneration when `-h` or `--help` is present in the command arguments so help remains a fast path and does not depend on provider metadata generation. ## Testing - Ruff format and check passed. - `uv run --project dev/breeze pytest dev/breeze/tests/test_provider_dependencies.py -q` — 8 passed. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-5) Generated-by: Codex (GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
