cron expression parser #127

Merged
Jef Roosens merged 20 commits from cron into dev 2022-04-12 21:37:03 +02:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit e890128bda - Show all commits

View file

@ -26,7 +26,7 @@ fn main() {
server.cmd(), server.cmd(),
build.cmd(), build.cmd(),
git.cmd(), git.cmd(),
cron.cmd() cron.cmd(),
] ]
} }