version style

This commit is contained in:
cubemaze 2023-10-19 14:29:07 +08:00
parent bd0015668e
commit 7f5b0893f9

View File

@ -27,6 +27,13 @@ func init() {
} }
func showVersion() { func showVersion() {
fmt.Println(`
_/ _/ _/_/ _/ _/ _/
_/ _/ _/ _/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/
_/ _/_/_/_/ _/_/_/ _/ _/
`)
fmt.Printf("%s %s (%s) \n", codename, version, intro) fmt.Printf("%s %s (%s) \n", codename, version, intro)
fmt.Printf("Supported cores: %s\n", strings.Join(vCore.RegisteredCore(), ", ")) fmt.Printf("Supported cores: %s\n", strings.Join(vCore.RegisteredCore(), ", "))
// Warning // Warning