Ascii art for Cloudflared

This commit is contained in:
rishabh-bector 2018-08-21 17:00:58 -05:00
parent aa5e551de6
commit 1c248bb976
1 changed files with 16 additions and 0 deletions

View File

@ -49,6 +49,22 @@ func main() {
// Windows service manager closes this channel when it receives stop command.
graceShutdownC := make(chan struct{})
fmt.Print(
`
`)
app := &cli.App{}
app.Name = "cloudflared"
app.Copyright = fmt.Sprintf(`(c) %d Cloudflare Inc.