uranusjr commented on code in PR #34791:
URL: https://github.com/apache/airflow/pull/34791#discussion_r1354533479


##########
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:
   I would recommend not having a short option.



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