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',