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

add about information to parsers

This commit is contained in:
Kelly Brazil
2019-12-14 23:15:15 -08:00
parent fe9bdd4811
commit e16bc7e882
29 changed files with 82 additions and 17 deletions

View File

@ -65,6 +65,7 @@ class info():
description = '/etc/hosts file parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
details = None
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']