1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add crontab with user parser

This commit is contained in:
Kelly Brazil
2020-02-04 14:02:27 -08:00
parent 42cbd1777d
commit f2d616c98e
3 changed files with 272 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import json
import jc.utils
import jc.parsers.arp
import jc.parsers.crontab
import jc.parsers.crontab_u
import jc.parsers.df
import jc.parsers.dig
import jc.parsers.du
@ -47,6 +48,7 @@ import jc.parsers.yaml
parser_map = {
'--arp': jc.parsers.arp,
'--crontab': jc.parsers.crontab,
'--crontab-u': jc.parsers.crontab_u,
'--df': jc.parsers.df,
'--dig': jc.parsers.dig,
'--du': jc.parsers.du,