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