jscheffl commented on code in PR #60844:
URL: https://github.com/apache/airflow/pull/60844#discussion_r2713896011
##########
dev/breeze/src/airflow_breeze/commands/common_options.py:
##########
@@ -392,13 +393,13 @@ def _set_default_from_parent(ctx: click.core.Context,
option: click.core.Option,
help="Run standalone dag processor for start-airflow (required for Airflow
3).",
envvar="STANDALONE_DAG_PROCESSOR",
)
-option_use_mprocs = click.option(
- "--use-mprocs/--use-tmux",
- is_flag=True,
- default=False,
+option_terminal_multiplexer = click.option(
+ "--terminal-multiplexer",
Review Comment:
can we have a short cli option like `-t` as well or is there no letter
leftover?
--
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]