mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
fix help examples
This commit is contained in:
10
jc/cli.py
10
jc/cli.py
@ -185,11 +185,11 @@ Usage:
|
|||||||
|
|
||||||
Standard syntax:
|
Standard syntax:
|
||||||
|
|
||||||
COMMAND | jc PARSER [OPTIONS]
|
COMMAND | jc [OPTIONS] PARSER
|
||||||
|
|
||||||
cat FILE | jc PARSER [OPTIONS]
|
cat FILE | jc [OPTIONS] PARSER
|
||||||
|
|
||||||
echo STRING | jc PARSER [OPTIONS]
|
echo STRING | jc [OPTIONS] PARSER
|
||||||
|
|
||||||
Magic syntax:
|
Magic syntax:
|
||||||
|
|
||||||
@ -203,8 +203,8 @@ Options:
|
|||||||
{options_string}
|
{options_string}
|
||||||
Examples:
|
Examples:
|
||||||
Standard Syntax:
|
Standard Syntax:
|
||||||
$ dig www.google.com | jc --dig --pretty
|
$ dig www.google.com | jc --pretty --dig
|
||||||
$ cat /proc/meminfo | jc --proc --pretty
|
$ cat /proc/meminfo | jc --pretty --proc
|
||||||
|
|
||||||
Magic Syntax:
|
Magic Syntax:
|
||||||
$ jc --pretty dig www.google.com
|
$ jc --pretty dig www.google.com
|
||||||
|
Reference in New Issue
Block a user