potiuk commented on code in PR #35045:
URL: https://github.com/apache/airflow/pull/35045#discussion_r1421750483
##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -480,7 +480,9 @@ def start_airflow(
"--package-filter",
help="List of packages to consider. You can use the full names like
apache-airflow-providers-<provider>, "
"the short hand names or the glob pattern matching the full package name. "
- "The list of short hand names can be found in --help output",
+ "The list of short hand names can be found in --help output "
+ "Multiple package filters can be applied by passing the flag multiple
times. "
+ "For example --package-filter apache-airflow --package-filter
apache-airflow-providers-<provider>",
Review Comment:
```suggestion
"The list of short hand names can be found in --help output "
"Multiple package filters can be applied by passing the flag multiple
times. "
"For example --package-filter apache-airflow --package-filter
apache-airflow-providers-<provider>. "
"You can also specify glob-pattern. For example --package-filter
*providers*. " ,
```
--
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]