* Allow deep formatting with csv,tsv,table.
* Fix Unicode issues.
{{$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.
# VERSION
-version 0.602
+version 0.603
# SYNOPSIS
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