Skip to content

Commit d035581

Browse files
HeshamHM28Saga4
andauthored
Reformat ASCII banner (#131)
* format ASCII text banner * Change Banner Text to lower case --------- Co-authored-by: Sarthak Agarwal <[email protected]>
1 parent 7d7340c commit d035581

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,17 @@
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+
r" ██████ ██████ ████████ ██████ █████ █████ ████████ ██████ ████ █████" + f"{LF}"
45+
f"{('v' + version).rjust(96)}{LF}"
4346
f"{LF}"
4447
)
4548

46-
4749
@dataclass(frozen=True)
4850
class SetupInfo:
4951
module_root: str

0 commit comments

Comments
 (0)