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

add -h and -v options

This commit is contained in:
Kelly Brazil
2021-04-02 18:08:46 -07:00
parent 09c1fccc58
commit 709b2fe4ee
2 changed files with 16 additions and 0 deletions

View File

@ -373,6 +373,10 @@ about jc
debug - show traceback (\fB-dd\fP for verbose traceback) debug - show traceback (\fB-dd\fP for verbose traceback)
.TP .TP
.B .B
\fB-h\fP
help
.TP
.B
\fB-m\fP \fB-m\fP
monochrome output monochrome output
.TP .TP
@ -387,6 +391,10 @@ quiet - suppress warnings
.B .B
\fB-r\fP \fB-r\fP
raw JSON output raw JSON output
.TP
.B
\fB-v\fP
version information
.RE .RE
.PP .PP
.SH EXAMPLE: .SH EXAMPLE:

View File

@ -38,6 +38,10 @@ about jc
debug - show traceback (\fB-dd\fP for verbose traceback) debug - show traceback (\fB-dd\fP for verbose traceback)
.TP .TP
.B .B
\fB-h\fP
help
.TP
.B
\fB-m\fP \fB-m\fP
monochrome output monochrome output
.TP .TP
@ -52,6 +56,10 @@ quiet - suppress warnings
.B .B
\fB-r\fP \fB-r\fP
raw JSON output raw JSON output
.TP
.B
\fB-v\fP
version information
.RE .RE
.PP .PP
.SH EXAMPLE: .SH EXAMPLE: