1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

add unbuffer note

This commit is contained in:
Kelly Brazil
2021-09-17 10:34:05 -07:00
parent 84020bc2af
commit 870d0218be
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ Usage (module):
for item in result:
# do something
> Note: When piping `jc` output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `ping` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/streaming#streaming-parsers) for more information.
Schema:
{

View File

@ -11,6 +11,8 @@ Usage (module):
for item in result:
# do something
> Note: When piping `jc` output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `ping` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/streaming#streaming-parsers) for more information.
Schema:
{