Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please document how to use local language tool server #6

Open
ccoVeille opened this issue Apr 15, 2024 · 0 comments
Open

please document how to use local language tool server #6

ccoVeille opened this issue Apr 15, 2024 · 0 comments

Comments

@ccoVeille
Copy link

I found out this in the code

.arg(
clap::Arg::new("url")
.long("url")
.short('u')
.help("LanguageTool API url.")
.env("LTCC_URL")
.default_value("https://api.languagetool.org")
.takes_value(true)
.multiple_values(false),
)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant