1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add acpi command parser

This commit is contained in:
Kelly Brazil
2021-03-11 19:55:47 -08:00
parent 1e18dd30a8
commit 58645301ec
6 changed files with 236 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import jc.appdirs as appdirs
class info():
version = '1.14.4'
version = '1.14.5'
description = 'JSON CLI output utility'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
@ -30,6 +30,7 @@ class info():
__version__ = info.version
parsers = [
'acpi',
'airport',
'airport-s',
'arp',