add cron command

This commit is contained in:
2020-05-17 11:13:02 +02:00
parent 82f6942ff1
commit 9acb6296e4
6 changed files with 84 additions and 11 deletions

View File

@@ -92,4 +92,10 @@ export type Config = {
backends: Backends
}
export type Lockfile = {
[name: string]: {
lastRun: number
}
}
export type Flags = { [arg: string]: any }