File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,15 @@ In the config file, `fromNpm` can be a boolean value.
8787
8888#### Format
8989
90- The format to print the output in. Defaults to ` table ` .
90+ The format to print the output in. Defaults to ` auto ` .
9191
9292The available values are:
9393
94- - ` table `
95- - ` table-flipped ` , where the resolution kinds are the table's head, and the entry points label the table's rows
94+ - ` table ` , where columns are entrypoints and rows are resolution kinds
95+ - ` table-flipped ` , where columns are resolution kinds and rows are entrypoints
9696- ` ascii ` , for large tables where the output is clunky
97- - ` raw ` , outputs the raw JSON data (overriding all other rendering options)
97+ - ` auto ` , which picks whichever of the above best fits the terminal width
98+ - ` json ` outputs the raw JSON data (overriding all other rendering options)
9899
99100In the CLI: ` --format ` , ` -f `
100101
You can’t perform that action at this time.
0 commit comments