@@ -34,21 +34,26 @@ match, exits 0.
3434
3535## Subcommand Flags (check, fix)
3636
37- | Flag | Description |
38- | --------------------| --------------------------------------|
39- | ` -c ` , ` --config ` | Config path |
40- | ` -f ` , ` --format ` | ` text ` or ` json ` |
41- | ` --max-input-size ` | Max file size (e.g. ` 2MB ` , ` 0 ` =none) |
42- | ` --no-color ` | Plain output |
43- | ` --no-gitignore ` | Skip gitignore |
44- | ` -q ` , ` --quiet ` | Quiet mode |
45- | ` -v ` , ` --verbose ` | Verbose output |
37+ | Flag | Description |
38+ | ------------------------| --------------------------------------|
39+ | ` -c ` , ` --config ` | Config path |
40+ | ` -f ` , ` --format ` | ` text ` or ` json ` |
41+ | ` --max-input-size ` | Max file size (e.g. ` 2MB ` , ` 0 ` =none) |
42+ | ` --no-color ` | Plain output |
43+ | ` --no-follow-symlinks ` | Skip symbolic links when walking |
44+ | ` --no-gitignore ` | Skip gitignore |
45+ | ` -q ` , ` --quiet ` | Quiet mode |
46+ | ` -v ` , ` --verbose ` | Verbose output |
4647
4748## Other Subcommand Flags
4849
4950` query ` accepts ` -c ` /` --config ` , ` -v ` /` --verbose ` ,
5051` -0 ` /` --null ` , and ` --max-input-size ` .
5152
53+ ` metrics list ` accepts ` -f ` /` --format ` (` text ` or ` json ` )
54+ and ` --scope ` (only ` file ` is supported; defaults to
55+ ` file ` ).
56+
5257` metrics rank ` accepts ` -c ` /` --config ` , ` -f ` /` --format ` ,
5358` --no-gitignore ` , ` --no-follow-symlinks ` ,
5459` --max-input-size ` , plus ` --metrics ` , ` --by ` , ` --order ` ,
0 commit comments