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-ls',
|
||||
'systemctl-luf',
|
||||
'systeminfo',
|
||||
'time',
|
||||
'timedatectl',
|
||||
'tracepath',
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user