mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 10:21:51 +01:00
Updated CLI_Usage (markdown)
parent
9f36a0d465
commit
8e28dfcff4
@ -20,8 +20,8 @@ By default Apprise is very silent; If you want to have a better understanding o
|
|||||||
There is no limit to the number of services you want to notify, just keep adding/chaining them one after another:
|
There is no limit to the number of services you want to notify, just keep adding/chaining them one after another:
|
||||||
```bash
|
```bash
|
||||||
# Set a notification to a yahoo email account, Slack, and a Kodi Server
|
# Set a notification to a yahoo email account, Slack, and a Kodi Server
|
||||||
# with a bit of added verbosity:
|
# with a bit of added verbosity (2 v's specified):
|
||||||
apprise -v --body="Notify more than one service" \
|
apprise -vv --body="Notify more than one service" \
|
||||||
mailto://user:password@yahoo.com \
|
mailto://user:password@yahoo.com \
|
||||||
slack://token_a/token_b/token_c \
|
slack://token_a/token_b/token_c \
|
||||||
kodi://example.com
|
kodi://example.com
|
||||||
|
Loading…
Reference in New Issue
Block a user