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

doc update

This commit is contained in:
Kelly Brazil
2026-03-30 11:36:22 -07:00
parent 53b6f1b329
commit 7b3d345d62
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ jc changelog
20260330 v1.25.7
- Add `typeset` and `declare` Bash internal command parser to convert variables
simple arrays, and associative arrays along with object metadata
- Enhance `pip-show` command parser to add `-f` show files support
- Enhance `rsync` and `rsync-s` parsers to add `--stats` or `--info=stats[1-3]` fields
- Fix `hashsum` command parser to correctly parse the `mode` indicator
- Fix `proc-pid-smaps` proc parser when unknown VmFlags are output
+4 -2
View File
@@ -27,7 +27,9 @@ Schema:
"location": string,
"requires": string,
"required_by": string,
"files": list
"files": [
string
]
}
]
@@ -67,7 +69,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.5'
version = '1.6'
description = '`pip show` command parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'