please document how to use local language tool server
I found out this in the code
https://github.com/dustinblackman/languagetool-code-comments/blob/7e0689b2abd338b0677d7aa2769f3b02287d9d8b/src/main.rs#L43-L52
But I failed to make it works, I see no call in my local language tool server.
So my question is about how to use it, but maybe also if there is a bug or not.
I can confirm that I am also experiencing this issue. I run it this way: languagetool-code-comments.exe check -u http://127.0.0.1:8081 -l en-US -f demo.py, and yet there's nothing in the log of my local server.
For records, I moved to https://github.com/jeertmans/languagetool-rust and I'm happy about it, even if the project needs some features.