znotify-cli

Crates.ioznotify-cli
lib.rsznotify-cli
version0.1.1
sourcesrc
created_at2022-10-26 06:57:40.867818
updated_at2022-11-11 18:08:57.0375
descriptionSend notification to ZNotify server
homepagehttps://github.com/ZNotify/cli
repositoryhttps://github.com/ZNotify/cli
max_upload_size
id697603
size49,133
(Zxilly)

documentation

README

Notify-cli

Send message to ZNotify server with cli.

Usage

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
Commit count: 234

cargo fmt