daycry / cronjob

- Manage Cron jobs in Codeigniter 4
MIT License
64 stars 20 forks source link

Cron command args #37

Closed andrewice77 closed 5 months ago

andrewice77 commented 5 months ago

When a cron "command" is executed, the arguments passed within it are not considered. For example: flows:execute -run "run" is not included within the command.

daycry commented 5 months ago

You might be doing something wrong because I use it without problems.

send me a screenshot of your code

andrewice77 commented 5 months ago

Ok I fixed. I'm sorry.... 😄