Skip to content

Commit

Permalink
Merge pull request #145 from saeid-a/chore/italic-banner
Browse files Browse the repository at this point in the history
italic banner(#117 )
  • Loading branch information
qishenonly authored Jul 4, 2023
2 parents cedb13f + 99da209 commit 9643592
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ func init() {
})
App.SetPrintASCIILogo(func(a *grumble.App) {
fmt.Println(strings.Join([]string{`
__________ __ ___ ___
| |______/ | | \ \ / /
| | | | \ \/ /
| |________ | | \ /
| |________| | | \ /
| | | | | |
| | | |_________ | |
|__| |____________| |__|
`}, "\r\n"))
______ __ ____ ____
/ ____/ / / __ __ / __ \ / __ )
/ / / / / / / / / / / / / /_/ /
/ /_ / / / / / / / / / / / __ |
/ __/ / / / /_/ / / / / / / / / /
/ / / / \__, / / /_/ / / /_/ /
/_/ /_/ ,__/ / /_____/ /_____/
/____/
`}, "\r\n"))
})
register(App)
}

0 comments on commit 9643592

Please sign in to comment.