Closed Just-a-xD closed 4 months ago
Hello @Just-a-xD
Thank you very much for the Pull request. Adding txt report and changing to exit(1)
is super helpful.
Give me some time to review the request.
Hello @Just-a-xD I have reviewed and merged the request. Thank you for your contribution!
Added new report option that would generate txt files. Good for human read-able format
And changed all the
exit(0)
toexit(1)
so that the terminal would know that something didn't went well when an error occurs. (Useful if integrating into a project)Now git ignore will ignore all py cache files.