You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,12 @@ Reduce Cargo's compiler information output
15
15
Usage: quiet [OPTIONS] --items <ITEMS>
16
16
17
17
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
23
24
```
24
25
25
26
Cargo output should be passed to Quiet through the following format:
0 commit comments