Skip to content

Commit c201aa6

Browse files
committed
update README with filtered-out
1 parent e684d1f commit c201aa6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Reduce Cargo's compiler information output
1515
Usage: quiet [OPTIONS] --items <ITEMS>
1616
1717
Options:
18-
--items <ITEMS> The number of items to show. Values range from 0 to 255. This includes errors and warnings to display. By default only errors are shown. Use --show-warnings to include warnings
19-
--show-warnings Flag to include warnings in the output
20-
--file-filter <FILE_FILTER> The file (if any) to filter on. Matches the file at the end of the path so you don't have to specify a full path. Example: --file-filter main.rs
21-
-h, --help Print help information (use `--help` for more detail)
22-
-V, --version Print version information
18+
--items <ITEMS> The number of items to show. Values range from 0 to 255. This includes errors and warnings to display. By default only errors are shown. Use --show-warnings to include warnings
19+
--show-warnings Flag to include warnings in the output
20+
--file-filter <FILE_FILTER> The file (if any) to filter on. Matches the file at the end of the path so you don't have to specify a full path. Example: --file-filter main.rs
21+
--filtered-out <FILTERED_OUT> Strings to filter out from the output. Note, this only applies to Strings quiet does not need to output. Example --filtered-out "libunwind: malformed"
22+
-h, --help Print help information (use `--help` for more detail)
23+
-V, --version Print version information
2324
```
2425

2526
Cargo output should be passed to Quiet through the following format:

0 commit comments

Comments
 (0)