1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

doc update

This commit is contained in:
Kelly Brazil
2023-01-06 13:37:34 -08:00
parent 9970866b3b
commit 63cf47db63
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 = {