Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk11 authored Jul 22, 2023
1 parent 2d404f6 commit a5aa8cb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ and reruns main if not all issues were resolved.
If you want it to generate diff file, use:

```
python -m mypy_gpt --proj-path [PROJECT] --dont-ask [PYFILE] > myfile.diff (if you don't mind colors)
python -m mypy_gpt --proj-path [PROJECT] --no-color --dont-ask [PYFILE] > myfile.diff
```
or
```
python -m mypy_gpt --store-diff --proj-path [PROJECT] [PYFILE] --dont-ask
```
(it stores by default suggestion.diff)



Expand Down

0 comments on commit a5aa8cb

Please sign in to comment.