]> Dogcows Code - chaz/graphql-client/commitdiff
document "--no-unpack"
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 22 Mar 2020 06:04:59 +0000 (00:04 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 22 Mar 2020 06:04:59 +0000 (00:04 -0600)
bin/graphql

index 724f6f32ec81750f3228a1bcce3c6f099b767f0d..61279223b4590b7ad2c04e7d548ef2a91e4bc462 100755 (executable)
@@ -112,9 +112,10 @@ By default, the response structure is printed as-is from the server, and the pro
 
 When unpack mode is enabled, if the response completes with no errors, only the data section of
 the response is printed and the program exits 0. If the response has errors, the whole response
-structure is printed as-is and the program exits 1.
+structure is printed as-is and the program exits 1. See L</EXAMPLES> to see what this looks like in
+practice.
 
-See L</EXAMPLES>.
+Use C<--no-unpack> to disable if unpack mode was enabled via C<GRAPHQL_CLIENT_OPTIONS>.
 
 =head1 FORMAT
 
This page took 0.02458 seconds and 4 git commands to generate.