uranusjr commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936421718


##########
dev/breeze/src/airflow_breeze/commands/common_options.py:
##########
@@ -602,6 +603,13 @@ def _normalize_platform(ctx: click.core.Context, param: 
click.core.Option, value
     type=BetterChoice(SINGLE_PLATFORMS),
 )
 
+option_worker_types = click.option(
+    "--worker-types",
+    help="Start a specific worker",

Review Comment:
   This should be `--worker-type` (or maybe just `--worker`) since each flag 
only takes one worker type (e.g. `breeze --worker=go --worker=java`).



-- 
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]

Reply via email to