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:
@ -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:
|
||||
|
||||
{
|
||||
|
@ -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:
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user