X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bin%2Fgraphql;fp=bin%2Fgraphql;h=00bc95962c33ac3e4d28431a93205a46ddfbdd72;hb=4df3f6c276a2ee1d697d2199e186c187436333d8;hp=e5c6784dceb77ce70eb4ee848413233eec19a968;hpb=794f74f42c89ba45a33f0c6c1461c769580aca8f;p=chaz%2Fgraphql-client diff --git a/bin/graphql b/bin/graphql index e5c6784..00bc959 100755 --- a/bin/graphql +++ b/bin/graphql @@ -10,7 +10,7 @@ use strict; use GraphQL::Client::CLI; -our $VERSION = '0.602'; # VERSION +our $VERSION = '0.603'; # VERSION GraphQL::Client::CLI->main(@ARGV); @@ -26,7 +26,7 @@ graphql - Command-line GraphQL client =head1 VERSION -version 0.602 +version 0.603 =head1 SYNOPSIS @@ -138,9 +138,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