It is possible to specify the output format using the
--output-format
parameter. The default format text uses ASCII-art
to draw nice borders around tables. It additionally transforms some
values into human-readable text, for example:
1d 5h
.
B
, KiB
, MiB
, GiB
, TiB
, PiB
).
You can also completely suppress output using option --quiet
.
--human-readable
<boolean>
(default = 1
)
--noborder
<boolean>
(default = 0
)
--noheader
<boolean>
(default = 0
)
--output-format
<json | json-pretty | text | yaml>
(default = text
)
--quiet
<boolean>