1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-04-25 08:39:33 -07:00
parent 3f0b644b85
commit 3101189d47
2 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@ Schema:
"value": string, # (null if 'none')
"alternatives": [
{
"name": string,
"alternative": string,
"priority": integer,
"slaves": [
{
@ -68,7 +68,7 @@ Examples:
"value": "/bin/nano",
"alternatives": [
{
"name": "/bin/ed",
"alternative": "/bin/ed",
"priority": -100,
"slaves": [
{
@ -78,7 +78,7 @@ Examples:
]
},
{
"name": "/bin/nano",
"alternative": "/bin/nano",
"priority": 40,
"slaves": [
{
@ -109,7 +109,7 @@ Examples:
"value": "/bin/nano",
"alternatives": [
{
"name": "/bin/ed",
"alternative": "/bin/ed",
"priority": "-100",
"slaves": [
{
@ -119,7 +119,7 @@ Examples:
]
},
{
"name": "/bin/nano",
"alternative": "/bin/nano",
"priority": "40",
"slaves": [
{

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-04-22 1.18.7 "JSON Convert"
.TH jc 1 2022-04-25 1.18.7 "JSON Convert"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS