2025-07-16 11:09:18 +02:00

9 lines
90 B
Go

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