forked from vieter-v/vieter
Added support for x-y syntax
This commit is contained in:
parent
f4bb03f488
commit
2942793f40
3 changed files with 70 additions and 22 deletions
|
|
@ -29,7 +29,7 @@ pub fn cron(conf Config) ? {
|
|||
// println(queue)
|
||||
// exp := '10/2 5 *'
|
||||
// println(parse_expression(exp) ?)
|
||||
ce := parse_expression('0 3 */2') ?
|
||||
ce := parse_expression('0 35 */2') ?
|
||||
println(ce)
|
||||
// ce := CronExpression{
|
||||
// minutes: [0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue