add subcomands for notifications #283

Closed
khmarbaise wants to merge 7 commits from khmarbaise/tea:issue-243-add_subcomands_for_notifications into main
Showing only changes of commit 75ad6b8484 - Show all commits

View File

@ -15,6 +15,7 @@ import (
"github.com/urfave/cli/v2"
)
//ListNotifications will get the notifications based on status
func ListNotifications(ctx *cli.Context, status []gitea.NotifyStatus) error {
//TODO: What is the purpose of the following?