18 lines
497 B
Markdown
18 lines
497 B
Markdown
# Deepl
|
|
|
|
Cli API for deepl translations. API-Key is required.<br>
|
|
|
|
USAGE:<br>
|
|
 deepl [OPTIONS] \<INPUT><br>
|
|
|
|
FLAGS:<br>
|
|
 -h, --help Prints help information<br>
|
|
 -V, --version Prints version information<br>
|
|
|
|
OPTIONS:<br>
|
|
 -s, --source <source_lang> The language you want to translate. Default is autodectect.<br>
|
|
 -t, --target <target_lang> The language your text should be tranlated to. Default is DE.<br>
|
|
|
|
ARGS:<br>
|
|
 \<INPUT> Text to translate<br>
|