Skip to content

Commit b3b0e4d

Browse files
committed
Update README
1 parent 9c6db02 commit b3b0e4d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/cli/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9292
The 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

99100
In the CLI: `--format`, `-f`
100101

0 commit comments

Comments
 (0)