Add notifications subcomand (#148)

rm Aliase news for now

show read notifications not supported jet

add notifications subcomand

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/148
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
This commit is contained in:
6543
2020-07-17 15:30:02 +00:00
parent 12ea1ad35c
commit 19ee32168e
2 changed files with 111 additions and 0 deletions

View File

@ -43,6 +43,7 @@ func main() {
&cmd.CmdLabels,
&cmd.CmdTrackedTimes,
&cmd.CmdOpen,
&cmd.CmdNotifications,
}
app.EnableBashCompletion = true
err := app.Run(os.Args)