1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

update du docs

This commit is contained in:
Kelly Brazil
2022-11-08 08:13:41 -08:00
parent dde54690fc
commit 2ffd698c03
3 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,10 @@
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):
$ du | jc --du

View File

@ -1,5 +1,9 @@
"""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):
$ du | jc --du

View File

@ -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
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
.SH SYNOPSIS