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


##########
airflow-core/src/airflow/cli/commands/config_command.py:
##########
@@ -37,6 +38,12 @@
 @providers_configuration_loaded
 def show_config(args):
     """Show current application configuration."""
+    show_values = getattr(args, "show_values", False)
+    if not show_values:

Review Comment:
   I think it’s enoough to do `if not args.show_values` here



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

Reply via email to