From 3f52bfc7da33474444b067c87f9ca362a21a66ff Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 22 Mar 2020 00:04:59 -0600 Subject: [PATCH] document "--no-unpack" --- bin/graphql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/graphql b/bin/graphql index 724f6f3..6127922 100755 --- a/bin/graphql +++ b/bin/graphql @@ -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 to see what this looks like in +practice. -See L. +Use C<--no-unpack> to disable if unpack mode was enabled via C. =head1 FORMAT -- 2.43.0