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

Change to v0.5; add parser to cli.py; add to docgen

This commit is contained in:
Jon Smith
2021-03-25 16:18:14 -05:00
parent ee8f06cbdb
commit f861cf95b9
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ parsers = [
'systemctl-lj',
'systemctl-ls',
'systemctl-luf',
'systeminfo',
'time',
'timedatectl',
'tracepath',

View File

@ -59,7 +59,7 @@ import jc.utils
class info:
version = "1.0"
version = "0.5 (beta)"
description = "Windows systeminfo command parser"
author = "Jon Smith"
author_email = "jon@rebelliondefense.com"