mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
info update
This commit is contained in:
@ -70,7 +70,7 @@ parser_map = {
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
version = '1.6.1'
|
version = '1.6.1'
|
||||||
description = 'jc cli'
|
description = 'jc cli output JSON conversion tool'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
|
|
||||||
@ -104,7 +104,7 @@ def about_jc():
|
|||||||
parser_list.append(info_dict)
|
parser_list.append(info_dict)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'name': __name__,
|
'name': 'jc',
|
||||||
'version': info.version,
|
'version': info.version,
|
||||||
'description': info.description,
|
'description': info.description,
|
||||||
'author': info.author,
|
'author': info.author,
|
||||||
|
Reference in New Issue
Block a user