We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa996a9 commit 04e8f98Copy full SHA for 04e8f98
internal/cmd/root.go
@@ -35,17 +35,9 @@ var rootCmd = &cobra.Command{
35
PreRun: func(_ *cobra.Command, args []string) {
36
fmt.Printf("\x1b[34m"+`
37
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)
+▀█▀ █▀█ ▄▀█ █ ▀█▀ █▀█ █▀█
+░█░ █▀▄ █▀█ █ ░█░ █▄█ █▀▄ %s
+`+"\x1b[31mhttps://github.com/liamg/traitor\n\n", version.Version)
49
},
50
Run: func(cmd *cobra.Command, args []string) {
51
0 commit comments