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
This commit is contained in:
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user