We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534168f commit cddafb8Copy full SHA for cddafb8
README.md
@@ -56,6 +56,7 @@ $ <JSON Data> | jtbl [OPTIONS]
56
- `--cols=n` manually configure the terminal width
57
- `-m` markdown table output (overrides `--cols` and `-t`)
58
- `-n` no data wrapping if too long for the terminal width (overrides `--cols` and `-t`)
59
+- `-q` quiet - don't print error messages to STDERR
60
- `-r` rotate the data (each row turns into a table of key/value pairs)
61
- `-t` truncate data instead of wrapping if too long for the terminal width
62
- `-v` prints version information
0 commit comments