potiuk commented on PR #39632: URL: https://github.com/apache/airflow/pull/39632#issuecomment-2112310696
> Other commands like `build-docs` did not create a new file like it's suggesting I create: `dev/breeze/src/airflow_breeze/commands/generate_migration_file_commands_config.py`. I thought having it in `dev/breeze/src/airflow_breeze/commands/developer_commands_config.py` is enough Yeah that message is not 100% correct in all cases - release_commands for example are also in a different place. It might need some improvement. But generally it's about making sure there is a group defined and used in breeze so that the `--message` in help does not land in `Common options` group. -- 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]
