Shows a notification.
Shows a notification similar to zenity
.
0
: The notification was successful.-
0
: An error occurred.
githooks-dialog notify
--title string Dialog title.
--width uint Dialog width.
--height uint Dialog height.
--window-icon DialogIcon Window icon.
One of [`info`, `warning`, `error`, `question`] (only Windows/Unix)
--text string Notification text.
-h, --help help for notify
--json Report the result as a JSON object on stdout.
Exit code:
- `0` for success, and
- '> 0' if creating the dialog failed.
- githooks-dialog - Githooks dialog application similar to
zenity
.