mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-05 05:27:40 +03:00
chore: smaller logo
This commit is contained in:
parent
f6de3a8fdf
commit
00ea3c9df3
1 changed files with 5 additions and 8 deletions
11
cmd/main.go
11
cmd/main.go
|
@ -16,12 +16,9 @@ import (
|
|||
|
||||
const (
|
||||
logo = `
|
||||
██╗ ██╗██╗ ██╗███████╗████████╗███████╗██████╗ ██╗ █████╗
|
||||
██║ ██║╚██╗ ██╔╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗██║██╔══██╗
|
||||
███████║ ╚████╔╝ ███████╗ ██║ █████╗ ██████╔╝██║███████║
|
||||
██╔══██║ ╚██╔╝ ╚════██║ ██║ ██╔══╝ ██╔══██╗██║██╔══██║
|
||||
██║ ██║ ██║ ███████║ ██║ ███████╗██║ ██║██║██║ ██║
|
||||
╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝
|
||||
░█░█░█░█░█▀▀░▀█▀░█▀▀░█▀▄░▀█▀░█▀█
|
||||
░█▀█░░█░░▀▀█░░█░░█▀▀░█▀▄░░█░░█▀█
|
||||
░▀░▀░░▀░░▀▀▀░░▀░░▀▀▀░▀░▀░▀▀▀░▀░▀
|
||||
|
||||
`
|
||||
desc = "A TCP/UDP relay & SOCKS5/HTTP proxy tool optimized for poor network environments"
|
||||
|
@ -38,7 +35,7 @@ var rootCmd = &cobra.Command{
|
|||
Use: "hysteria",
|
||||
Long: fmt.Sprintf("%s%s\n\nVersion:\t%s\nBuildDate:\t%s\nCommitHash:\t%s\nAuthors:\t%s", logo, desc, appVersion, appDate, appCommit, authors),
|
||||
Example: "./hysteria server --config /etc/hysteria.json",
|
||||
Version: fmt.Sprintf("%s%s %s %s", logo, appVersion, appDate, appCommit),
|
||||
Version: fmt.Sprintf("%s %s %s", appVersion, appDate, appCommit),
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue