Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1016 Bytes

githooks-dialog_notify.md

File metadata and controls

44 lines (31 loc) · 1016 Bytes

githooks-dialog notify

Shows a notification.

Synopsis

Shows a notification similar to zenity.

Exit Codes:

  • 0 : The notification was successful.
  • 0 : An error occurred.

githooks-dialog notify

Options

      --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

Options inherited from parent commands

      --json   Report the result as a JSON object on stdout.
               Exit code:
               	- `0` for success, and
               	- '> 0' if creating the dialog failed.

SEE ALSO

Auto generated by spf13/cobra