Skip to content

Commit dbfdac5

Browse files
authored
Merge pull request #2032 from onflow/cf/art-init
Add art on init command
2 parents 596c553 + 7650523 commit dbfdac5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

internal/super/setup.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,17 @@ func startInteractiveSetup(
140140
var targetDir string
141141
var err error
142142

143+
asciiArt := ` ___ ___
144+
/'___\/\_ \
145+
/\ \__/\//\ \ ___ __ __ __
146+
\ \ ,__\ \ \ \ / __` + "`" + `\/\ \/\ \/\ \
147+
\ \ \_/ \_\ \_/\ \L\ \ \ \_/ \_/ \
148+
\ \_\ /\____\ \____/\ \___x___/'
149+
\/_/ \/____/\/___/ \/__//__/
150+
151+
`
152+
logger.Info(asciiArt)
153+
143154
rw := afero.Afero{
144155
Fs: afero.NewOsFs(),
145156
}

0 commit comments

Comments
 (0)