ferruzzi commented on code in PR #32532:
URL: https://github.com/apache/airflow/pull/32532#discussion_r1260376197


##########
airflow/cli/commands/provider_command.py:
##########
@@ -167,3 +167,15 @@ def auth_backend_list(args):
             "api_auth_backand_module": x,
         },
     )
+
+
+@suppress_logs_and_warning
+def executors_list(args):
+    """Lists all secrets backends at the command line."""

Review Comment:
   Copypasta
   
   ```suggestion
       """Lists all executors at the command line."""
   ```



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