Skip to content

Commit cddafb8

Browse files
add -q option
1 parent 534168f commit cddafb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ $ <JSON Data> | jtbl [OPTIONS]
5656
- `--cols=n` manually configure the terminal width
5757
- `-m` markdown table output (overrides `--cols` and `-t`)
5858
- `-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
5960
- `-r` rotate the data (each row turns into a table of key/value pairs)
6061
- `-t` truncate data instead of wrapping if too long for the terminal width
6162
- `-v` prints version information

0 commit comments

Comments
 (0)