Updated CLI_Usage (markdown)

Chris Caron 2023-12-16 15:17:16 -05:00
parent 5047e7d130
commit c5cf103a44

@ -273,7 +273,7 @@ There is more, but I want to keep my message short. :)
_EOF
```
## Emoji Support
## :ok_hand: Emoji Support
Apprise now offers you the ability to pass in entries like `:slightly_smiling_face:` to have it automatically change this into a :slightly_smiling_face: unicode equivalent. Apprise is loaded with all of the emojis (and their mappings) as defined [here](https://github.com/ikatyang/emoji-cheat-sheet)
There are 2 ways to orchestrate the emoji engine and begin your translations:
@ -295,7 +295,9 @@ There are 2 ways to orchestrate the emoji engine and begin your translations:
--body="So proud of you all! :rocket:." \
"myschema://credentials?emojis=yes"
```
Emojis offer a more rich use of Apprise.
Emojis offer a more rich use of Apprise. The above example would have passed the following to all upstream services:
- **title**: :+1: Great work everyone!
- **body**: So proud of you all! :rocket:.
## :star2: Tricks and Additional Notes
### Tmux Alert Bell Integration