1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

add new parsers

This commit is contained in:
Kelly Brazil
2024-02-29 14:00:33 -08:00
parent 87419750fc
commit 07e9b46535

View File

@ -17,6 +17,7 @@ parsers: List[str] = [
'airport', 'airport',
'airport-s', 'airport-s',
'apt-cache-show', 'apt-cache-show',
'apt-get-sqq',
'arp', 'arp',
'asciitable', 'asciitable',
'asciitable-m', 'asciitable-m',
@ -47,6 +48,7 @@ parsers: List[str] = [
'efibootmgr', 'efibootmgr',
'email-address', 'email-address',
'env', 'env',
'ethtool',
'file', 'file',
'find', 'find',
'findmnt', 'findmnt',