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: [email protected]
