Ascii art for Cloudflared
This commit is contained in:
parent
aa5e551de6
commit
1c248bb976
|
@ -49,6 +49,22 @@ func main() {
|
||||||
// Windows service manager closes this channel when it receives stop command.
|
// Windows service manager closes this channel when it receives stop command.
|
||||||
graceShutdownC := make(chan struct{})
|
graceShutdownC := make(chan struct{})
|
||||||
|
|
||||||
|
fmt.Print(
|
||||||
|
`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
██████╗██╗ ██████╗ ██╗ ██╗██████╗ ███████╗██╗ █████╗ ██████╗ ███████╗██████╗
|
||||||
|
██╔════╝██║ ██╔═══██╗██║ ██║██╔══██╗██╔════╝██║ ██╔══██╗██╔══██╗██╔════╝██╔══██╗
|
||||||
|
██║ ██║ ██║ ██║██║ ██║██║ ██║█████╗ ██║ ███████║██████╔╝█████╗ ██║ ██║
|
||||||
|
██║ ██║ ██║ ██║██║ ██║██║ ██║██╔══╝ ██║ ██╔══██║██╔══██╗██╔══╝ ██║ ██║
|
||||||
|
╚██████╗███████╗╚██████╔╝╚██████╔╝██████╔╝██║ ███████╗██║ ██║██║ ██║███████╗██████╔╝
|
||||||
|
╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═════╝
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
`)
|
||||||
|
|
||||||
app := &cli.App{}
|
app := &cli.App{}
|
||||||
app.Name = "cloudflared"
|
app.Name = "cloudflared"
|
||||||
app.Copyright = fmt.Sprintf(`(c) %d Cloudflare Inc.
|
app.Copyright = fmt.Sprintf(`(c) %d Cloudflare Inc.
|
||||||
|
|
Loading…
Reference in New Issue