Add notifications subcomand #148

Merged
6543 merged 6 commits from 6543/tea:feat_notifications into master 2020-07-17 15:30:05 +00:00
Showing only changes of commit 745d480855 - Show all commits

View File

@ -15,7 +15,6 @@ import (
// CmdNotifications is the main command to operate with notifications
var CmdNotifications = cli.Command{
Name: "notifications",
Aliases: []string{"news"},
Usage: "show notifications",
Description: "show notifications, by default based of the current repo and unread one",
Action: runNotifications,