mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 10:01:39 +01:00
Updated CLI_Usage (markdown)
parent
26ab325406
commit
e044e9c93a
@ -256,7 +256,7 @@ Here is an example of the output (as it is now) on the CLI:
|
||||

|
||||
|
||||
## :baggage_claim: Message Body Source
|
||||
The Apprise CLI doesn't know what you are feeding it when sending a message to a Notification provider. It just assumes that whatever you message you feed it, it should just pass it along *as is* to the upstream provider *as text*. In most cases, this is perfect and this is the default behaviour. If you are passing along HTML content or markdown content, you should just let Apprise know by specifying the `--input-format` (`-i`) switch. For example:
|
||||
The Apprise CLI doesn't know what you are feeding it when sending a message to a Notification provider. It just assumes that whatever you message you feed it, it should just pass it along *as is* to the upstream provider *as text*. In most cases, this is perfect and this is the default behaviour. However, if you are passing along HTML content or markdown content, you should just let Apprise know by specifying the `--input-format` (`-i`) switch. For example:
|
||||
```bash
|
||||
# An HTML Example:
|
||||
cat test.html | apprise --input-format=html
|
||||
|
Loading…
Reference in New Issue
Block a user