XD-DENG commented on a change in pull request #12697:
URL: https://github.com/apache/airflow/pull/12697#discussion_r532175993
##########
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:
I cannot relate this change to other changes in this PR, because there
is no header explicitly specified for the `SimpleTable`s created in this module.
May you please help clarify a bit? Thanks.
----------------------------------------------------------------
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:
[email protected]