potiuk commented on a change in pull request #7148: [AIRFLOW-6472] Correct 
short option in cli
URL: https://github.com/apache/airflow/pull/7148#discussion_r367359489
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -59,6 +59,26 @@ https://developers.google.com/style/inclusive-documentation
 
 -->
 
+### Cli use exactly single character for short option
+
+Use exactly one single character for short option in Airflow cli, New commands 
are available according to the following table:
+
+| Old command                                        | New command             
                          |
+|----------------------------------------------------|---------------------------------------------------|
+| ``airflow (dags|tasks|scheduler) [-sd, --subdir]`` | ``airflow 
(dags|tasks|scheduler) [-S, --subdir]`` |
+| ``airflow tasks test [-dr, --dry_run]``            | ``airflow tasks test 
[-dr, --dry_run]``           |
 
 Review comment:
   How about -dr option here? It should be '-n' as well I guess.

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


With regards,
Apache Git Services

Reply via email to