1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-01-08 20:22:53 -08:00
parent 55b272e412
commit fb406b58a1
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ jc - JSON CLI output utility `stat` command output streaming parser
> This streaming parser outputs JSON Lines
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on)
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on).
The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC.
@ -53,7 +53,7 @@ Schema:
"unix_device": integer,
"rdev": integer,
"block_size": integer,
"unix_flags": string
"unix_flags": string,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{
"success": boolean, # true if successfully parsed, false if error

View File

@ -2,7 +2,7 @@
> This streaming parser outputs JSON Lines
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on)
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on).
The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC.
@ -50,7 +50,7 @@ Schema:
"unix_device": integer,
"rdev": integer,
"block_size": integer,
"unix_flags": string
"unix_flags": string,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{
"success": boolean, # true if successfully parsed, false if error

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-01-06 1.17.6 "JSON CLI output utility"
.TH jc 1 2022-01-08 1.17.6 "JSON CLI output utility"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS