mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
doc update
This commit is contained in:
@ -140,4 +140,4 @@ Returns:
|
|||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux, aix, freebsd, darwin
|
Compatibility: linux, aix, freebsd, darwin
|
||||||
|
|
||||||
Version 1.11 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
Version 1.12 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
||||||
|
@ -119,7 +119,7 @@ import jc.parsers.universal
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
"""Provides parser metadata (version, author, etc.)"""
|
"""Provides parser metadata (version, author, etc.)"""
|
||||||
version = '1.11'
|
version = '1.12'
|
||||||
description = '`arp` command parser'
|
description = '`arp` command parser'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
@ -228,7 +228,7 @@ def parse(
|
|||||||
continue
|
continue
|
||||||
elif 'There' in splitline[0] and 'are' in splitline[1]:
|
elif 'There' in splitline[0] and 'are' in splitline[1]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# AIX uses (incomplete)
|
# AIX uses (incomplete)
|
||||||
elif '<incomplete>' not in splitline and '(incomplete)' not in splitline:
|
elif '<incomplete>' not in splitline and '(incomplete)' not in splitline:
|
||||||
output_line = {
|
output_line = {
|
||||||
|
Reference in New Issue
Block a user