Zhenye-Na commented on code in PR #34791:
URL: https://github.com/apache/airflow/pull/34791#discussion_r1352908599


##########
airflow/cli/cli_config.py:
##########
@@ -543,6 +543,15 @@ def string_lower_type(val):
 ARG_DEFAULT = Arg(
     ("-d", "--default"), metavar="VAL", default=None, help="Default value 
returned if variable does not exist"
 )
+ARG_VAR_DESCRIPTION = Arg(
+    (
+        "-desc",

Review Comment:
   Hi @Taragolis ,
   
   Do you recommend if the argument for this should be updated to ignore the 
`-desc` and only leave `--description` since `-d` is taken by the `default` 
argument



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to