added README.md

master
Mathias Rothenhaeusler 2023-09-29 11:48:01 +02:00
parent 151f1ee508
commit 2bfd2d4ba8
1 changed files with 14 additions and 11 deletions

View File

@ -1,14 +1,17 @@
Cli API for deepl translations. API-Key is required. # Deepl
USAGE: Cli API for deepl translations. API-Key is required.<br>
deepl [OPTIONS] <INPUT>
FLAGS: USAGE:<br>
-h, --help Prints help information &emsp;deepl [OPTIONS] \<INPUT><br>
-V, --version Prints version information
OPTIONS: FLAGS:<br>
-s, --source <source_lang> The language you want to translate. Default is autodectect. &emsp;-h, --help Prints help information<br>
-t, --target <target_lang> The language your text should be tranlated to. Default is DE. &emsp;-V, --version Prints version information<br>
ARGS:
<INPUT> Text to translate OPTIONS:<br>
&emsp;-s, --source <source_lang> The language you want to translate. Default is autodectect.<br>
&emsp;-t, --target <target_lang> The language your text should be tranlated to. Default is DE.<br>
ARGS:<br>
&emsp;\<INPUT> Text to translate<br>