From 2b9f2c475f7280d2671b00bf6f80d95e1f2f5615 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 20 Jul 2024 18:45:27 -0700 Subject: [PATCH] docs: update README --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1d5042..3027332 100644 --- a/README.md +++ b/README.md @@ -128,12 +128,23 @@ The following keybinds can be used within ntfy-desktop:
# CLI Arguments -| Argument | Description | -| --- | --- | -| `--hidden` | Start ntfy-desktop hidden, suitable for autostarting on login/boot | -| `--hotkey` | Start ntfy-desktop with hotkeys enabled | -| `--quit` | Clicking top-right close button will completely exit app instead of minimize to tray | -| `--dev` | Start ntfy-desktop with developer tools | +This client + +
+ +| Argument | Description | Available as in-game setting | +| --- | --- | --- | +| `--hidden` | Start ntfy-desktop hidden, suitable for autostarting on login/boot | ✅ | +| `--hotkey` | Start ntfy-desktop with hotkeys enabled | ✅ | +| `--quit` | Clicking top-right close button will completely exit app instead of minimize to tray | ✅ | +| `--dev` | Start ntfy-desktop with developer tools | ✅ | + +
+ +If you are running ntfy-electron from node, you can pass arguments using the following example: +```shell ignore +npm run start -- --hidden +```