kiorky / croniter

MIT License
400 stars 39 forks source link

support question mark #77

Closed yyscamper closed 3 months ago

yyscamper commented 3 months ago

many of crontab implemenation support question mark on DayOfWeek and DayOfMonth field:

if croniter supports question mark as well, it will be bettter to cover more cases.

kiorky commented 3 months ago

If you want such a feature, i'm not against, but you ll have to submit a PR for :-).

kiorky commented 3 months ago

released as 2.0.6

yyscamper commented 3 months ago

thanks for @JabberWocky-22