We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d616501 + 5dab686 commit 4b8effaCopy full SHA for 4b8effa
codeflash/main.py
@@ -136,6 +136,11 @@ def _handle_config_loading(args: Namespace) -> Namespace | None:
136
137
138
def print_codeflash_banner() -> None:
139
+ """Print the Codeflash banner with the branded styling.
140
+
141
+ Renders the Codeflash ASCII logo inside a non-expanding panel titled with
142
+ https://codeflash.ai, using bold gold text for visual emphasis.
143
+ """
144
from codeflash.cli_cmds.console_constants import CODEFLASH_LOGO
145
146
paneled_text(
0 commit comments