mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-19 22:28:17 +02:00
doc update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user