| Crates.io | znotify-cli |
| lib.rs | znotify-cli |
| version | 0.1.1 |
| created_at | 2022-10-26 06:57:40.867818+00 |
| updated_at | 2022-11-11 18:08:57.0375+00 |
| description | Send notification to ZNotify server |
| homepage | https://github.com/ZNotify/cli |
| repository | https://github.com/ZNotify/cli |
| max_upload_size | |
| id | 697603 |
| size | 49,133 |
Send message to ZNotify server with cli.
Send notification to ZNotify.
Usage: znotify [COMMAND]
Commands:
send Send notification to yourself
help Print this message or the help of the given subcommand(s)
Usage: znotify send [OPTIONS] --user_id <user_id> --content <content>
Options:
-u, --user_id <user_id> User ID to send notification
-t, --title <title> Title of the notification [default: Notification]
-c, --content <content> Content of the notification
-l, --long <long> Long content of notification
-h, --help Print help information