potiuk commented on PR #32495: URL: https://github.com/apache/airflow/pull/32495#issuecomment-1631068589
The configuration in `_config.py` is really to make sure that `--help` output looks nice and that the commands are nicely grouped in separate boxes. Compare:  with (for example):  The _config.py is needed to separate the "regular" parameters from the "common" parameters (`--verbose`, `--dry-run` for example) - by having a configuration for rich-click, the "regular" parameters can be given their own "box" (and this is what the unit test complains about). -- 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]
