mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -72,7 +72,6 @@ Examples:
|
|||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
$ findmnt | jc --findmnt -p -r
|
$ findmnt | jc --findmnt -p -r
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -161,7 +161,7 @@ Schema:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sshd -T | jc --sshd_conf -p
|
$ sshd -T | jc --sshd-conf -p
|
||||||
{
|
{
|
||||||
"acceptenv": [
|
"acceptenv": [
|
||||||
"LANG",
|
"LANG",
|
||||||
@ -376,7 +376,7 @@ Examples:
|
|||||||
"subsystem_command": "/usr/lib/openssh/sftp-server"
|
"subsystem_command": "/usr/lib/openssh/sftp-server"
|
||||||
}
|
}
|
||||||
|
|
||||||
$ sshd -T | jc --sshd_conf -p -r
|
$ sshd -T | jc --sshd-conf -p -r
|
||||||
{
|
{
|
||||||
"acceptenv": [
|
"acceptenv": [
|
||||||
"LANG",
|
"LANG",
|
||||||
|
@ -67,7 +67,6 @@ Examples:
|
|||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
$ findmnt | jc --findmnt -p -r
|
$ findmnt | jc --findmnt -p -r
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -156,7 +156,7 @@ Schema:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ sshd -T | jc --sshd_conf -p
|
$ sshd -T | jc --sshd-conf -p
|
||||||
{
|
{
|
||||||
"acceptenv": [
|
"acceptenv": [
|
||||||
"LANG",
|
"LANG",
|
||||||
@ -371,7 +371,7 @@ Examples:
|
|||||||
"subsystem_command": "/usr/lib/openssh/sftp-server"
|
"subsystem_command": "/usr/lib/openssh/sftp-server"
|
||||||
}
|
}
|
||||||
|
|
||||||
$ sshd -T | jc --sshd_conf -p -r
|
$ sshd -T | jc --sshd-conf -p -r
|
||||||
{
|
{
|
||||||
"acceptenv": [
|
"acceptenv": [
|
||||||
"LANG",
|
"LANG",
|
||||||
|
Reference in New Issue
Block a user