mik-laj commented on a change in pull request #9072:
URL: https://github.com/apache/airflow/pull/9072#discussion_r432857367



##########
File path: airflow/cli/cli_parser.py
##########
@@ -182,6 +182,13 @@ def add_to_parser(self, parser: argparse.ArgumentParser):
     ("--limit",),
     help="Return a limited number of records")
 
+# next_execution
+ARG_NUM_EXECUTIONS = Arg(
+    ("-n", "--num-executions"),
+    default=1,
+    type=int,

Review comment:
       Should we not prohibit negative or zero numbers? 
https://stackoverflow.com/a/25296177




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to