You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/29 09:51:56 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #12697: Refactor airflow plugins command

turbaszek commented on a change in pull request #12697:
URL: https://github.com/apache/airflow/pull/12697#discussion_r532184243



##########
File path: airflow/cli/simple_table.py
##########
@@ -28,6 +28,7 @@ def __init__(self, *args, **kwargs):
         self.pad_edge = kwargs.get("pad_edge", False)
         self.box = kwargs.get("box", ASCII_DOUBLE_HEAD)
         self.show_header = kwargs.get("show_header", False)
+        self.header_style = kwargs.get("header_style", "bold green")

Review comment:
       Good catch, that should not be part of this change 👌 




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

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