Add --json option to CLI docs.

This commit is contained in:
Allison Vacanti
2021-03-05 16:30:47 -05:00
parent 8afba6c86a
commit 922a6d09d0

View File

@@ -14,6 +14,9 @@
* `--csv <filename/stream>`
* Write CSV output to a file, or "stdout" / "stderr".
* `--json <filename/stream>`
* Write JSON output to a file, or "stdout" / "stderr".
* `--markdown <filename/stream>`, `--md <filename/stream>`
* Write markdown output to a file, or "stdout" / "stderr".
* Markdown is written to "stdout" by default.