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

@@ -37,7 +37,7 @@ async function main() {
config = init()
// For dev
// return await handlers['check']([], { ...flags, all: true })
// return await handlers['cron']([], { ...flags, all: true })
if (commands.length < 1 || commands[0] === 'help') return help()