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:
|
||||
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>
|
||||
 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>
|
||||
 -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>
|
||||
|
|
Loading…
Reference in New Issue