We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 596c553 + 7650523 commit dbfdac5Copy full SHA for dbfdac5
1 file changed
internal/super/setup.go
@@ -140,6 +140,17 @@ func startInteractiveSetup(
140
var targetDir string
141
var err error
142
143
+ asciiArt := ` ___ ___
144
+ /'___\/\_ \
145
+/\ \__/\//\ \ ___ __ __ __
146
+\ \ ,__\ \ \ \ / __` + "`" + `\/\ \/\ \/\ \
147
+ \ \ \_/ \_\ \_/\ \L\ \ \ \_/ \_/ \
148
+ \ \_\ /\____\ \____/\ \___x___/'
149
+ \/_/ \/____/\/___/ \/__//__/
150
+
151
+`
152
+ logger.Info(asciiArt)
153
154
rw := afero.Afero{
155
Fs: afero.NewOsFs(),
156
}
0 commit comments