mirror of
https://github.com/caronc/apprise.git
synced 2025-08-03 06:09:10 +02:00
Updated CLI_Usage (markdown)
@ -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:
|
||||
```bash
|
||||
# Set a notification to a yahoo email account, Slack, and a Kodi Server
|
||||
# with a bit of added verbosity:
|
||||
apprise -v --body="Notify more than one service" \
|
||||
# with a bit of added verbosity (2 v's specified):
|
||||
apprise -vv --body="Notify more than one service" \
|
||||
mailto://user:password@yahoo.com \
|
||||
slack://token_a/token_b/token_c \
|
||||
kodi://example.com
|
||||
|
Reference in New Issue
Block a user