1
0
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:
Kelly Brazil
2021-10-30 13:47:21 -07:00
parent c32395f695
commit bee80b35d2
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
jc changelog
20211026 v1.17.1 *** in progress ***
20211030 v1.17.1
- 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 on FreeBSD

View File

@ -20,10 +20,10 @@ Schema:
csv file converted to a Dictionary: https://docs.python.org/3/library/csv.html
{
"column_name1": string,
"column_name2": string
}
{
"column_name1": string,
"column_name2": string
}
Examples:

View File

@ -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
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS