amoghrajesh commented on code in PR #59778:
URL: https://github.com/apache/airflow/pull/59778#discussion_r2644963071


##########
dev/breeze/src/airflow_breeze/commands/common_options.py:
##########
@@ -279,6 +279,14 @@ def _set_default_from_parent(ctx: click.core.Context, 
option: click.core.Option,
     envvar="MOUNT_SOURCES",
     help="Choose scope of local sources that should be mounted, skipped, or 
removed (default = selected).",
 )
+option_mount_ui_dist = click.option(
+    "--mount-ui-dist",
+    is_flag=True,
+    default=False,
+    show_default=True,
+    envvar="MOUNT_UI_DIST",
+    help="Mount pre-built UI dist directories from host to container to skip 
UI assets compilation.",

Review Comment:
   ```suggestion
       help="Mount pre-built UI dist directories from host to breeze container 
to skip UI assets compilation.",
   ```



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