-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 Footer and Buttons are not working (#66)
- Loading branch information
1 parent
bbc15d6
commit 8c2496e
Showing
4 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,22 +155,6 @@ Use `\n` to send a message with a newline, for example: | |
npx mudslide@latest send me 'hello\nworld' | ||
``` | ||
|
||
### Footer text | ||
|
||
Use the `--footer` option to include a footer text with your message: | ||
|
||
```shell | ||
npx mudslide@latest send me 'hello\nworld' --footer 'Bye!' | ||
``` | ||
|
||
### Buttons | ||
|
||
Use the `-b`/`button` option to include a button with your message. This option can be used multiple times: | ||
|
||
```shell | ||
npx mudslide@latest send [email protected] 'Everyone ready?' -b 'yes' -b 'no' | ||
``` | ||
|
||
## Sending an image file | ||
|
||
Image files (PNG, JPG, GIF) can be sent to individuals or groups: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters