Use custom server in commandline client

Is it possible to configure a custom server URL in the command line client?

I have configured my own LanguageTool server, and I’m already using it in the Firefox extension, but I’d also like to use it in the languagetool CLI.

Thank you

If you mean org.languagetool.commandline.Main (as used by java -jar languagetool-commandline.jar), then no. This is not a client in that sense, it uses the Java API. Or do you refer to some other command?

Yes, I was referring to this… I thought it was connecting to a remote server. My mistake.