Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamIrzaev committed Jun 18, 2024
1 parent 64357f1 commit ddb2638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ With ignored folders:
With hardcoded ignored folders:
`cargo run -- -f <folder_path> -e <file_extension> --hce`

Real example (with report generation):
`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`

> Note. If you run the application not with `cargo run` (for example, you built binaries), you should remove `--` from the arguments.
Expand Down

0 comments on commit ddb2638

Please sign in to comment.