From: Nicolas Williams Date: Fri, 29 Nov 2013 23:43:40 +0000 (-0600) Subject: Document -u / --unslurp option X-Git-Tag: jq-1.4~76^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa316ac430221cc004bddf23eb5c96882e83a499;p=jq Document -u / --unslurp option --- diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index aac9112..469ccd7 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -80,6 +80,12 @@ sections: Instead of running the filter for each JSON object in the input, read the entire input stream into a large array and run the filter just once. + + * `--online-input`/`-I`: + + When the top-level input value is an array produce its elements + instead of the array. This allows on-line processing of + potentially very large top-level arrays' elements. * `--raw-input`/`-R`: