uranusjr commented on code in PR #50919:
URL: https://github.com/apache/airflow/pull/50919#discussion_r2101421837
##########
airflow-ctl/src/airflowctl/ctl/cli_config.py:
##########
@@ -197,6 +197,7 @@ def __call__(self, parser, namespace, values,
option_string=None):
action=Password,
nargs="?",
)
+ARG_VERSION_GET = Arg(dest="version", help="show Version information")
Review Comment:
```suggestion
ARG_VERSION_GET = Arg(dest="version", help="show version information")
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]