add notification command
This commit is contained in:
parent
84038cfd79
commit
f4bf175883
2 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue