Commit 294b0ca4 authored by Rinke Hendriksen's avatar Rinke Hendriksen Committed by GitHub

Added bee ascii (#377)

* added bee ascii
parent 371a7c3a
...@@ -71,6 +71,22 @@ func (c *command) initStartCmd() (err error) { ...@@ -71,6 +71,22 @@ func (c *command) initStartCmd() (err error) {
default: default:
return fmt.Errorf("unknown verbosity level %q", v) return fmt.Errorf("unknown verbosity level %q", v)
} }
bee := `
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
\ /
\ o ^ o /
\ ( ) /
____________(%%%%%%%)____________
( / / )%%%%%%%( \ \ )
(___/___/__/ \__\___\___)
( / /(%%%%%%%)\ \ )
(__/___/ (%%%%%%%) \___\__)
/( )\
/ (%%%%%) \
(%%%)
! `
fmt.Println(bee)
debugAPIAddr := c.config.GetString(optionNameDebugAPIAddr) debugAPIAddr := c.config.GetString(optionNameDebugAPIAddr)
if !c.config.GetBool(optionNameEnableDebugAPI) { if !c.config.GetBool(optionNameEnableDebugAPI) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment