From ed525e949abdcfc70b841169d7087c7bb0ee0372 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 18 Apr 2024 15:39:33 -0700 Subject: [PATCH] comment about ANSI --- superset/cli/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/cli/main.py b/superset/cli/main.py index 10b60b5afea39..aa7e3068f8b9d 100755 --- a/superset/cli/main.py +++ b/superset/cli/main.py @@ -38,6 +38,7 @@ @with_appcontext def superset() -> None: """\033[1;37mThe Apache Superset CLI\033[0m""" + # NOTE: codes above are ANSI color codes for bold white in CLI header ^^^ @app.shell_context_processor def make_shell_context() -> dict[str, Any]: