1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-01-19 17:29:22 -08:00
parent d4c34098fa
commit 3701b4198a
86 changed files with 710 additions and 606 deletions

View File

@ -1,4 +1,5 @@
"""jc - JSON CLI output utility `crontab -l` command output and crontab file parser
"""jc - JSON CLI output utility `crontab -l` command output and crontab
file parser
Supports `crontab -l` command output and crontab files.
@ -182,9 +183,6 @@ class info():
description = '`crontab` command and file parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
# details = 'enter any other details here'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'aix', 'freebsd']
magic_commands = ['crontab']