Skip to content

please document how to use local language tool server #6

@ccoVeille

Description

@ccoVeille

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions