From ce78cf3a9a14028114e0fb6fcc0973d86c2b2227 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 30 May 2025 13:00:38 +0200 Subject: [PATCH] docs(readme): add input validation and multilingual support - Document validation of inputs, e.g., systemd `OnCalendar` expressions - Highlight added multilingual support for English and German --- README.DE.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) 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) ---