add notification command

This commit is contained in:
Yasuhiro Matsumoto 2017-04-15 22:12:07 +09:00
parent 84038cfd79
commit f4bf175883
2 changed files with 33 additions and 0 deletions

View file

@ -192,6 +192,11 @@ func run() int {
Usage: "show timeline",
Action: cmdTimeline,
},
{
Name: "notification",
Usage: "show notification",
Action: cmdNotification,
},
}
app.Run(os.Args)
return 0