You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "amoghrajesh (via GitHub)" <gi...@apache.org> on 2023/09/04 06:24:36 UTC

[GitHub] [airflow] amoghrajesh commented on a diff in pull request #34004: Allowing short package names in build-docs breeze command

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


##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -357,6 +358,7 @@ def start_airflow(
 @main.command(name="build-docs")
 @click.option("-d", "--docs-only", help="Only build documentation.", is_flag=True)
 @click.option("-s", "--spellcheck-only", help="Only run spell checking.", is_flag=True)
+@argument_packages_plus_all_providers
 @option_builder
 @click.option(
     "--package-filter",

Review Comment:
   Makes sense. Made the change



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org