package cli import "fmt" var Prompt = ` Commands: - help - invite - token ` func Help() { fmt.Println(fmt.Sprintf("%s", Prompt)) }