Skip to content

Commit 4b8effa

Browse files
authored
Merge pull request #1661 from codeflash-ai/chore/docstring-updates
chore: add docstring to banner helper
2 parents d616501 + 5dab686 commit 4b8effa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codeflash/main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ def _handle_config_loading(args: Namespace) -> Namespace | None:
136136

137137

138138
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+
"""
139144
from codeflash.cli_cmds.console_constants import CODEFLASH_LOGO
140145

141146
paneled_text(

0 commit comments

Comments
 (0)