diff --git a/README.DE.md b/README.DE.md index 43576bd..2a7eab4 100644 --- a/README.DE.md +++ b/README.DE.md @@ -23,6 +23,9 @@ Ein einfaches CLI-Tool zum schnellen Erzeugen von systemd `.service` und `.timer - `--cwd`: Arbeitsverzeichnis des Prozesses (`WorkingDirectory`) - `--dry-run`: Gibt nur die generierten Inhalte aus, ohne sie zu schreiben - Getestet und typisiert mit **Deno** + **Cliffy** +- Eingaben werden validiert und auf Fehler geprüft; + - z.B. muss `--calendar` ein gültiger systemd `OnCalendar` Ausdruck sein +- Mehrsprachig (Englisch, Deutsch) --- diff --git a/README.md b/README.md index b669418..95c44cf 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ A simple CLI tool for quickly generating systemd `.service` and `.timer` units * `--cwd`: Working directory for the process (`WorkingDirectory`) * `--dry-run`: Outputs unit content without writing to disk * Tested and fully typed with **Deno** + **Cliffy** +* Inputs are validated and checked for errors; + * e.g., `--calendar` must be a valid systemd `OnCalendar` expression +* Multilingual (English, German) ---