]> granicus.if.org Git - jq/commitdiff
Document -u / --unslurp option
authorNicolas Williams <nico@cryptonector.com>
Fri, 29 Nov 2013 23:43:40 +0000 (17:43 -0600)
committerNicolas Williams <nico@cryptonector.com>
Thu, 5 Dec 2013 00:21:41 +0000 (18:21 -0600)
docs/content/3.manual/manual.yml

index aac9112d8a48eb0340e5e56bfc85fd27c0e892bd..469ccd79df2bdaf38bf8cf8a6731ebfc2d80a65e 100644 (file)
@@ -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`: