From 6e1346d4823fe4a4d63be67f740a065fe9eab873 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 19 May 2021 16:55:41 +0300 Subject: Add support for --reverse, --highlight and --output-test flags, bump to v1.4.0 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 02e178d..ef7f533 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Usage: alarmpy.py [OPTIONS] Options: --language [en|he|ar|ru] Alert language + --highlight TEXT String to search for and highlight in case of + alarm + --reverse Reverse Hebrew/Arabic output for terminals with + RTL bugs --polling-delay INTEGER Polling delay in seconds --routine-delay INTEGER Routine message delay in seconds --alarm-id Print alarm IDs @@ -65,6 +69,7 @@ Options: --mqtt-topic TEXT Topic on which to send MQTT messages --mqtt-filter TEXT Payload value to filter before sending as a message (semicolon separated) + --output-test Print a debug output and exit --help Show this message and exit. ``` -- cgit v1.3.1