Skip to content

Commit 04e8f98

Browse files
authored
Improve art (#38)
* already root * improve art
1 parent aa996a9 commit 04e8f98

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Diff for: internal/cmd/root.go

+3-11
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,9 @@ var rootCmd = &cobra.Command{
3535
PreRun: func(_ *cobra.Command, args []string) {
3636
fmt.Printf("\x1b[34m"+`
3737
38-
888 d8b 888
39-
888 Y8P 888
40-
888 888
41-
888888 888d888 8888b. 888 888888 .d88b. 888d888
42-
888 888P" "88b 888 888 d88""88b 888P"
43-
888 888 .d888888 888 888 888 888 888
44-
Y88b. 888 888 888 888 Y88b. Y88..88P 888
45-
"Y888 888 "Y888888 888 "Y888 "Y88P" 888
46-
`+"\x1b[31m"+` %s | https://github.com/liamg/traitor
47-
48-
`, version.Version)
38+
▀█▀ █▀█ ▄▀█ █ ▀█▀ █▀█ █▀█
39+
░█░ █▀▄ █▀█ █ ░█░ █▄█ █▀▄ %s
40+
`+"\x1b[31mhttps://github.com/liamg/traitor\n\n", version.Version)
4941
},
5042
Run: func(cmd *cobra.Command, args []string) {
5143

0 commit comments

Comments
 (0)