We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64357f1 commit ddb2638Copy full SHA for ddb2638
README.md
@@ -27,8 +27,8 @@ With ignored folders:
27
With hardcoded ignored folders:
28
`cargo run -- -f <folder_path> -e <file_extension> --hce`
29
30
-Real example (with report generation):
31
-`cargo run -- -f /home/user/projects/my_project -e rs -i target,.git -f`
+Real example (with report generation and an extended statistics):
+`cargo run -- -f /home/user/projects/my_project -e rs -i target,.git -r -s`
32
33
> Note. If you run the application not with `cargo run` (for example, you built binaries), you should remove `--` from the arguments.
34
0 commit comments