From a43e2e19916662d509883457c160d7f95f97ae12 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 2 Apr 2020 17:40:06 -0700 Subject: [PATCH] add -m option info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29e4f8c7..0cf78dc3 100755 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio ### Options - `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of course!) - `-d` debug mode. Prints trace messages if parsing issues encountered +- `-m` monochrome JSON output - `-p` pretty format the JSON output - `-q` quiet mode. Suppresses warning messages - `-r` raw output. Provides a more literal JSON output with all values as text and no additional sematic processing