Skip to content

Cron explainer

Choose a tag to compare

@g105b g105b released this 15 Jul 14:08
· 3 commits to master since this release
4effe3f

Adds cron schedule explanations, including a new --explain CLI option that prints each crontab entry alongside a human-readable description of when it runs. The explainer supports common cron patterns, nicknames such as @daily, second-based schedules, named months/weekdays, ranges, lists, and nth weekday syntax. This branch also adds examples and test coverage for the new explanation behaviour.

What's Changed

Full Changelog: v1.2.0...v1.2.1