From 1a73981d200cfe48f585909ce1f501f1cd401cae Mon Sep 17 00:00:00 2001 From: Alexander Horner <33007665+alexhorner@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:28:26 +0000 Subject: [PATCH] Add command line parameters --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fda19e2..abb9e32 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,13 @@ It is capable of receiving notifications from multiple ntfy.sh servers simultane ![High priority toast](https://user-images.githubusercontent.com/33007665/206558687-92a6c6ae-2583-400b-952b-3cdb7fe38c07.png) ![Medium priority toast](https://user-images.githubusercontent.com/33007665/206559209-2f052fc2-4e8a-4ccb-b6cd-4a8066f9c8d7.png) ![image](https://user-images.githubusercontent.com/33007665/206559650-b6b961cc-c764-4d0a-bc49-84e51b23c86f.png) + +## Command Line Parameters +### -h and --help +Show the help menu + +### -t and --start-in-tray +Start ntfy.sh Windows in the tray, useful for starting with Windows when logging in + +### -m and --allow-multiple-instances +Bypass the instance check to allow multiple instances of ntfy.sh Windows to start simultaneously