using fasten ascii art during startup.

This commit is contained in:
Jason Kulatunga 2023-07-09 22:15:40 -07:00
parent ea26ead018
commit e60771c992
No known key found for this signature in database
1 changed files with 5 additions and 4 deletions

View File

@ -56,10 +56,11 @@ func main() {
fmt.Fprintf(c.App.Writer, fmt.Sprintf(utils.StripIndent(
`
____ __ ___ __ _ __ ___ ____
( _ \ / _\ / __)( / ) / _\ / __)( _ \
) __// \( (__ ) ( / \( (_ \ ) /
(__) \_/\_/ \___)(__\_)\_/\_/ \___/(__\_)
o888o o8
o888oo ooooooo oooooooo8 o888oo ooooooooo8 oo oooooo
888 ooooo888 888ooooooo 888 888oooooo8 888 888
888 888 888 888 888 888 888 888
o888o 88ooo88 8o 88oooooo88 888o 88oooo888 o888o o888o
%s
`), subtitle))