Added a shorthand for notifications #209

Merged
lunny merged 1 commits from crapStone/tea:crapstone-notification-alias into master 2020-10-01 03:35:05 +00:00

View File

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