bugraoz93 commented on code in PR #66188:
URL: https://github.com/apache/airflow/pull/66188#discussion_r3293251759


##########
airflow-ctl/src/airflowctl/ctl/cli_config.py:
##########
@@ -959,6 +959,15 @@ def merge_commands(
 )
 
 DAG_COMMANDS = (
+    ActionCommand(
+        name="next-execution",
+        help="Show the next scheduled execution time for a DAG",

Review Comment:
   ```suggestion
           help="Show the next scheduled execution time for a Dag",
   ```



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