From 07e9b46535f248505c795e9828d2f6137a9fd3fb Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 29 Feb 2024 14:00:33 -0800 Subject: [PATCH] add new parsers --- jc/lib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jc/lib.py b/jc/lib.py index f372fc14..96b35ec5 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -17,6 +17,7 @@ parsers: List[str] = [ 'airport', 'airport-s', 'apt-cache-show', + 'apt-get-sqq', 'arp', 'asciitable', 'asciitable-m', @@ -47,6 +48,7 @@ parsers: List[str] = [ 'efibootmgr', 'email-address', 'env', + 'ethtool', 'file', 'find', 'findmnt',