package cli import "log" func Help() error { log.Println("running help") return nil }