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

clean up parser info

This commit is contained in:
Kelly Brazil
2019-12-16 08:59:41 -08:00
parent 0ffaaa6e73
commit c13ecbec29
28 changed files with 2 additions and 28 deletions

View File

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

View File

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

View File

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

View File

@ -56,7 +56,6 @@ class info():
description = 'env 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']

View File

@ -24,7 +24,7 @@ class info():
description = 'foo parser'
author = 'John Doe'
author_email = 'johndoe@gmail.com'
details = None
# details = 'enter any other details here'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']

View File

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

View File

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

View File

@ -48,7 +48,6 @@ class info():
description = 'history 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']

View File

@ -65,7 +65,6 @@ 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']

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -102,12 +102,12 @@ Examples:
"""
import jc.utils
class info():
version = '1.0'
description = 'stat parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
details = None
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux']

View File

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

View File

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

View File

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

View File

@ -35,7 +35,6 @@ class info():
description = 'systemctl list-unit-files parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
details = None
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux']

View File

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

View File

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

View File

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