Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
docs: update verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed May 21, 2022
1 parent 2d5a6e4 commit 29f50d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ the source files using both `--dry-run` and `--verbose` flags like so:

```console
$ remove-print-statements --dry-run --verbose test.py
test.py:7:0: print("module")
test.py:18:8: print("property")
test.py:27:4: print("method")
test.py:29:8: print("for loop")
test.py
7 print("module")
18 print("property")
27 print("method")
29 print("for loop")

1 file would be transformed, 4 print statements would be removed
```
Expand Down

0 comments on commit 29f50d2

Please sign in to comment.