]> Dogcows Code - chaz/graphql-client/commitdiff
Release GraphQL-Client 0.603 v0.603
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 22 Mar 2020 08:03:00 +0000 (02:03 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 22 Mar 2020 08:03:00 +0000 (02:03 -0600)
  * Allow deep formatting with csv,tsv,table.
  * Fix Unicode issues.

Changes
README.md

diff --git a/Changes b/Changes
index 718fb8c45e6775fbdbd56f518190f06829f4dac0..92d2e0e7e15524a4035faaf987d2f3786ca5b6b7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for GraphQL-Client.
 
 {{$NEXT}}
 
+0.603     2020-03-22 02:01:32-06:00 MST7MDT
+  * Allow deep formatting with csv,tsv,table.
+  * Fix Unicode issues.
+
 0.602     2020-03-17 18:27:46-06:00 MST7MDT
   * Add support for GRAPHQL_CLIENT_OPTIONS environment variable.
   * Fix a slew of CLI option problems.
index d188b993ffeefbfe588435450fbf4185ee592d8c..b8247a8e4674331ca3bc898e1bd863d82eecd02a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ graphql - Command-line GraphQL client
 
 # VERSION
 
-version 0.602
+version 0.603
 
 # SYNOPSIS
 
@@ -116,9 +116,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 ["EXAMPLES"](#examples) to see what this looks like in
+practice.
 
-See ["EXAMPLES"](#examples).
+Use `--no-unpack` to disable if unpack mode was enabled via `GRAPHQL_CLIENT_OPTIONS`.
 
 # FORMAT
 
This page took 0.021522 seconds and 4 git commands to generate.