XD-DENG commented on a change in pull request #12697:
URL: https://github.com/apache/airflow/pull/12697#discussion_r532176642
##########
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:
Otherwise all look good to me. Much much nicer & more comprehensible
output now 👍
----------------------------------------------------------------
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]