mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
update du docs
This commit is contained in:
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
jc - JSON Convert `du` command output parser
|
jc - JSON Convert `du` command output parser
|
||||||
|
|
||||||
|
The `du -h` option is not supported with the default output. If you
|
||||||
|
would like to use `du -h` or other options that change the output, be sure
|
||||||
|
to use `jc --raw` (cli) or `raw=True` (module).
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ du | jc --du
|
$ du | jc --du
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
"""jc - JSON Convert `du` command output parser
|
"""jc - JSON Convert `du` command output parser
|
||||||
|
|
||||||
|
The `du -h` option is not supported with the default output. If you
|
||||||
|
would like to use `du -h` or other options that change the output, be sure
|
||||||
|
to use `jc --raw` (cli) or `raw=True` (module).
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ du | jc --du
|
$ du | jc --du
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-11-07 1.22.2 "JSON Convert"
|
.TH jc 1 2022-11-08 1.22.2 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user