added README.md
parent
151f1ee508
commit
2bfd2d4ba8
25
README.md
25
README.md
|
@ -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
|
 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.
|
 -h, --help Prints help information<br>
|
||||||
-t, --target <target_lang> The language your text should be tranlated to. Default is DE.
|
 -V, --version Prints version information<br>
|
||||||
ARGS:
|
|
||||||
<INPUT> Text to translate
|
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>
|
||||||
|
|
Loading…
Reference in New Issue