mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc update
This commit is contained in:
@ -140,6 +140,6 @@ Returns:
|
|||||||
List of Dictionaries. Raw or processed structured data.
|
List of Dictionaries. Raw or processed structured data.
|
||||||
|
|
||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux
|
Compatibility: linux, darwin, aix, freebsd
|
||||||
|
|
||||||
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
||||||
|
@ -47,12 +47,10 @@ option.
|
|||||||
"cache size": string,
|
"cache size": string,
|
||||||
"cache_size_num": integer,
|
"cache_size_num": integer,
|
||||||
"cache_size_unit": string,
|
"cache_size_unit": string,
|
||||||
"flags": string,
|
"flags": [
|
||||||
"flag_list": [
|
|
||||||
string
|
string
|
||||||
],
|
],
|
||||||
"bugs": string,
|
"bugs": [
|
||||||
"bug_list": [
|
|
||||||
string
|
string
|
||||||
],
|
],
|
||||||
"bogomips": float,
|
"bogomips": float,
|
||||||
@ -83,8 +81,6 @@ Examples:
|
|||||||
"fpu_exception": true,
|
"fpu_exception": true,
|
||||||
"cpuid level": 22,
|
"cpuid level": 22,
|
||||||
"wp": true,
|
"wp": true,
|
||||||
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr ...",
|
|
||||||
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass ...",
|
|
||||||
"bogomips": 4800.0,
|
"bogomips": 4800.0,
|
||||||
"clflush size": 64,
|
"clflush size": 64,
|
||||||
"cache_alignment": 64,
|
"cache_alignment": 64,
|
||||||
@ -94,7 +90,7 @@ Examples:
|
|||||||
"address_size_virtual": 48,
|
"address_size_virtual": 48,
|
||||||
"cache_size_num": 6144,
|
"cache_size_num": 6144,
|
||||||
"cache_size_unit": "KB",
|
"cache_size_unit": "KB",
|
||||||
"flag_list": [
|
"flags": [
|
||||||
"fpu",
|
"fpu",
|
||||||
"vme",
|
"vme",
|
||||||
"de",
|
"de",
|
||||||
@ -178,7 +174,7 @@ Examples:
|
|||||||
"flush_l1d",
|
"flush_l1d",
|
||||||
"arch_capabilities"
|
"arch_capabilities"
|
||||||
],
|
],
|
||||||
"bug_list": [
|
"bugs": [
|
||||||
"cpu_meltdown",
|
"cpu_meltdown",
|
||||||
"spectre_v1",
|
"spectre_v1",
|
||||||
"spectre_v2",
|
"spectre_v2",
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-09-07 1.21.2 "JSON Convert"
|
.TH jc 1 2022-09-08 1.21.2 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user