1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +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') "value": string, # (null if 'none')
"alternatives": [ "alternatives": [
{ {
"name": string, "alternative": string,
"priority": integer, "priority": integer,
"slaves": [ "slaves": [
{ {
@@ -68,7 +68,7 @@ Examples:
"value": "/bin/nano", "value": "/bin/nano",
"alternatives": [ "alternatives": [
{ {
"name": "/bin/ed", "alternative": "/bin/ed",
"priority": -100, "priority": -100,
"slaves": [ "slaves": [
{ {
@@ -78,7 +78,7 @@ Examples:
] ]
}, },
{ {
"name": "/bin/nano", "alternative": "/bin/nano",
"priority": 40, "priority": 40,
"slaves": [ "slaves": [
{ {
@@ -109,7 +109,7 @@ Examples:
"value": "/bin/nano", "value": "/bin/nano",
"alternatives": [ "alternatives": [
{ {
"name": "/bin/ed", "alternative": "/bin/ed",
"priority": "-100", "priority": "-100",
"slaves": [ "slaves": [
{ {
@@ -119,7 +119,7 @@ Examples:
] ]
}, },
{ {
"name": "/bin/nano", "alternative": "/bin/nano",
"priority": "40", "priority": "40",
"slaves": [ "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 .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