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