Add direct

Closes #102
This commit is contained in:
Yasuhiro Matsumoto 2019-06-22 01:44:24 +09:00
parent 3268207afe
commit 9b8a47c42b
No known key found for this signature in database
GPG key ID: 622DE34DC490584B
5 changed files with 125 additions and 3 deletions

View file

@ -235,6 +235,26 @@ func makeApp() *cli.App {
Usage: "show timeline",
Action: cmdTimeline,
},
{
Name: "timeline-home",
Usage: "show timeline home",
Action: cmdTimelineHome,
},
{
Name: "timeline-local",
Usage: "show timeline local",
Action: cmdTimelineLocal,
},
{
Name: "timeline-public",
Usage: "show timeline public",
Action: cmdTimelinePublic,
},
{
Name: "timeline-direct",
Usage: "show timeline direct",
Action: cmdTimelineDirect,
},
{
Name: "notification",
Usage: "show notification",