summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-05-19 16:55:41 +0300
committerYuval Adam <_@yuv.al>2021-05-19 16:55:41 +0300
commit6e1346d4823fe4a4d63be67f740a065fe9eab873 (patch)
tree9854e725a40d58959ac2f835a9069f50bf97a8bb /README.md
parent27a57c7ff69acfd447816c4fc6492f46d013fca9 (diff)
Add support for --reverse, --highlight and --output-test flags, bump to v1.4.0v1.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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.
```