From 8dcd0b1f12a0979a279bb0b5b700cba1f37fa2df Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 17 May 2020 14:48:45 +0200 Subject: [PATCH] add cron to format --- src/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.ts b/src/info.ts index 63fa25a..968927b 100644 --- a/src/info.ts +++ b/src/info.ts @@ -9,7 +9,7 @@ const showAll = () => { console.log(`\n${key.blue.underline}:`) console.log(treeToString( data, - ['to:', 'from:', 'hooks:', 'options:'], + ['to:', 'from:', 'hooks:', 'options:', 'cron:'], )) }