You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/31 12:16:15 UTC

[GitHub] [airflow] mdediana commented on pull request #9072: Add num-executions to the "dags next_execution" cli command

mdediana commented on pull request #9072:
URL: https://github.com/apache/airflow/pull/9072#issuecomment-636463270


   @mik-laj Looking better now, thanks. For the invalid positive int message, I used similar wording as the existing argparse checks.
   
   Invalid int:
   
   ```
   airflow webserver command error: argument -p/--port: invalid int value: 'x', see help above.
   ```
   
   Invalid positive int:
   
   ```
   airflow dags next_execution command error: argument -n/--num-executions: invalid positive int value: '-1', see help above.
   ```


----------------------------------------------------------------
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:
users@infra.apache.org