uranusjr commented on a change in pull request #22666:
URL: https://github.com/apache/airflow/pull/22666#discussion_r840232050



##########
File path: airflow/cli/cli_parser.py
##########
@@ -273,6 +273,11 @@ def string_lower_type(val):
     type=positive_int(allow_zero=False),
     help="The number of next execution datetimes to show",
 )
+ARG_RESPECT_CATCHUP = Arg(
+    ("-r", "--respect-catchup"),
+    action="store_true",
+    help="Respect catchup=False on a paused DAG",

Review comment:
       ```suggestion
       help="Respect the DAG's catchup configuration",
   ```




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