rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
221 stars 63 forks source link

CLI cron not working #574

Open anonymus-maximus opened 1 year ago

anonymus-maximus commented 1 year ago

Maybe my fault, but I can’t find a working solution for a new cronjob: The last I tried is: wp cron event schedule webp_express --webp-express --convert now hourly when I try something like wp cron event schedule webp_express webp-express --convert now hourly i got the error "Too many positional arguments"…

Can you please help me and also add a working example in your description?