mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
update for version bump
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20211026 v1.17.1 *** in progress ***
|
20211030 v1.17.1
|
||||||
- Fix file parser for gzip files
|
- Fix file parser for gzip files
|
||||||
- Fix uname parser for cases where the 'processor' and/or 'hardware_platform' fields are missing on linux
|
- Fix uname parser for cases where the 'processor' and/or 'hardware_platform' fields are missing on linux
|
||||||
- Fix uname parser on FreeBSD
|
- Fix uname parser on FreeBSD
|
||||||
|
@ -20,10 +20,10 @@ Schema:
|
|||||||
|
|
||||||
csv file converted to a Dictionary: https://docs.python.org/3/library/csv.html
|
csv file converted to a Dictionary: https://docs.python.org/3/library/csv.html
|
||||||
|
|
||||||
{
|
{
|
||||||
"column_name1": string,
|
"column_name1": string,
|
||||||
"column_name2": string
|
"column_name2": string
|
||||||
}
|
}
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2021-10-24 1.17.1 "JSON CLI output utility"
|
.TH jc 1 2021-10-30 1.17.1 "JSON CLI output utility"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user