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:
@ -97,6 +97,7 @@ parsers = [
|
|||||||
'systemctl-lj',
|
'systemctl-lj',
|
||||||
'systemctl-ls',
|
'systemctl-ls',
|
||||||
'systemctl-luf',
|
'systemctl-luf',
|
||||||
|
'systeminfo',
|
||||||
'time',
|
'time',
|
||||||
'timedatectl',
|
'timedatectl',
|
||||||
'tracepath',
|
'tracepath',
|
||||||
|
@ -59,7 +59,7 @@ import jc.utils
|
|||||||
|
|
||||||
|
|
||||||
class info:
|
class info:
|
||||||
version = "1.0"
|
version = "0.5 (beta)"
|
||||||
description = "Windows systeminfo command parser"
|
description = "Windows systeminfo command parser"
|
||||||
author = "Jon Smith"
|
author = "Jon Smith"
|
||||||
author_email = "jon@rebelliondefense.com"
|
author_email = "jon@rebelliondefense.com"
|
||||||
|
Reference in New Issue
Block a user