-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I found out this in the code
languagetool-code-comments/src/main.rs
Lines 43 to 52 in 7e0689b
| .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
Labels
No labels