Skip to content

Commit 7344c1d

Browse files
committed
chore: add docstring to banner helper
1 parent e909c27 commit 7344c1d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

codeflash/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ def _handle_config_loading(args: Namespace) -> Namespace | None:
117117

118118

119119
def print_codeflash_banner() -> None:
120+
"""Print the Codeflash banner with the branded styling.
121+
122+
Renders the Codeflash ASCII logo inside a non-expanding panel titled with
123+
https://codeflash.ai, using bold gold text for visual emphasis.
124+
"""
125+
120126
paneled_text(
121127
CODEFLASH_LOGO, panel_args={"title": "https://codeflash.ai", "expand": False}, text_args={"style": "bold gold3"}
122128
)

0 commit comments

Comments
 (0)