Open
Description
Describe the bug
When I run pgtyped with a --file argument, it is ignored. All files in the workspace are regenerated (or checked), and at the end of the ouput, I see the message "File override specified, but file was not found in provided transforms". But the specified file is in fact found and processed. I'm 100% sure the filename I provide is correct.
I'm running pgtyped on Windows 10 with Node 18.18.0
Expected behavior
pgtyped should only process the specified file. The output should not contain a long list of all the queries in my application.
Test case
I have forked the project and will try and do a test case soon.