1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-10-23 11:39:08 -07:00
parent f599c65988
commit 3a2a69cfa5

View File

@ -254,7 +254,6 @@ Examples:
} }
} }
] ]
""" """
import jc.utils import jc.utils
from jc.parsers.universal import sparse_table_parse from jc.parsers.universal import sparse_table_parse
@ -266,9 +265,6 @@ class info():
description = '`lsusb` command parser' description = '`lsusb` command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
# details = 'enter any other details here'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux'] compatible = ['linux']
magic_commands = ['lsusb'] magic_commands = ['lsusb']