diff --git a/cmd/notifications.go b/cmd/notifications.go index 2aefb91..fd32af7 100644 --- a/cmd/notifications.go +++ b/cmd/notifications.go @@ -19,6 +19,7 @@ import ( // CmdNotifications is the main command to operate with notifications var CmdNotifications = cli.Command{ Name: "notifications", + Aliases: []string{"notif"}, Usage: "Show notifications", Description: "Show notifications, by default based of the current repo and unread one", Action: runNotifications,