From 2bfd2d4ba80a5dfc7946f7d4c45ca49a9b98336a Mon Sep 17 00:00:00 2001 From: mace Date: Fri, 29 Sep 2023 11:48:01 +0200 Subject: [PATCH] added README.md --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0d731dc..ecd2035 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -Cli API for deepl translations. API-Key is required. +# Deepl -USAGE: - deepl [OPTIONS] +Cli API for deepl translations. API-Key is required.
-FLAGS: - -h, --help Prints help information - -V, --version Prints version information +USAGE:
+ deepl [OPTIONS] \
-OPTIONS: - -s, --source The language you want to translate. Default is autodectect. - -t, --target The language your text should be tranlated to. Default is DE. -ARGS: - Text to translate +FLAGS:
+ -h, --help Prints help information
+ -V, --version Prints version information
+ +OPTIONS:
+ -s, --source The language you want to translate. Default is autodectect.
+ -t, --target The language your text should be tranlated to. Default is DE.
+ +ARGS:
+ \ Text to translate