mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-23 10:28:13 -05:00
version style
This commit is contained in:
parent
bd0015668e
commit
7f5b0893f9
@ -27,6 +27,13 @@ func init() {
|
||||
}
|
||||
|
||||
func showVersion() {
|
||||
fmt.Println(`
|
||||
_/ _/ _/_/ _/ _/ _/
|
||||
_/ _/ _/ _/ _/_/_/ _/ _/
|
||||
_/ _/ _/ _/ _/ _/
|
||||
_/ _/ _/ _/ _/ _/ _/
|
||||
_/ _/_/_/_/ _/_/_/ _/ _/
|
||||
`)
|
||||
fmt.Printf("%s %s (%s) \n", codename, version, intro)
|
||||
fmt.Printf("Supported cores: %s\n", strings.Join(vCore.RegisteredCore(), ", "))
|
||||
// Warning
|
||||
|
Loading…
Reference in New Issue
Block a user