Skip to content

Commit 33e64e7

Browse files
committed
format ASCII text banner
1 parent b775a84 commit 33e64e7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@
3535

3636
CODEFLASH_LOGO: str = (
3737
f"{LF}"
38-
r" __ _____ __ " + f"{LF}"
39-
r" _______ ___/ /__ / _/ /__ ____ / / " + f"{LF}"
40-
r"/ __/ _ \/ _ / -_) _/ / _ `(_-</ _ \ " + f"{LF}"
41-
r"\__/\___/\_,_/\__/_//_/\_,_/___/_//_/" + f"{LF}"
42-
f"{('v' + version).rjust(46)}{LF}"
38+
r" ██████╗ ██████╗ ██████╗ ███████╗███████╗██╗ █████╗ ███████╗██╗ ██╗" + f"{LF}"
39+
r"██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔════╝██║ ██╔══██╗██╔════╝██║ ██║" + f"{LF}"
40+
r"██║ ██║ ██║██║ ██║█████╗ █████╗ ██║ ███████║███████╗███████║" + f"{LF}"
41+
r"██║ ██║ ██║██║ ██║██╔══╝ ██╔══╝ ██║ ██╔══██║╚════██║██╔══██║" + f"{LF}"
42+
r"╚██████╗╚██████╔╝██████╔╝███████╗██║ ███████╗██║ ██║███████║██║ ██║" + f"{LF}"
43+
r" ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝" + f"{LF}"
44+
f"{('v' + version).rjust(76)}{LF}"
4345
f"{LF}"
4446
)
4547

0 commit comments

Comments
 (0)