refactor: clean up NodeService interface; move all integrity logic behind it
This commit is contained in:
@@ -16,8 +16,8 @@ type fileConfig struct {
|
||||
}
|
||||
|
||||
var defaultAliases = []*Alias{
|
||||
{Name: "mine", Command: "list --assignee $me --tag _type::issue --tag _status::open", Description: "Show open issues assigned to you"},
|
||||
{Name: "due", Command: "list --tag _type::issue --tag _status::open", Description: "Show open issues"},
|
||||
{Name: "mine", Command: "list --assignee $me --type issue --status open", Description: "Show open issues assigned to you"},
|
||||
{Name: "due", Command: "list --type issue --status open", Description: "Show open issues"},
|
||||
{Name: "inbox", Command: "list --mention $me", Description: "Show your inbox"},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user