add test for follow command
This commit is contained in:
parent
93d28c8b04
commit
909a57c5ea
2 changed files with 39 additions and 5 deletions
|
@ -239,16 +239,16 @@ func makeApp() *cli.App {
|
|||
Usage: "search content",
|
||||
Action: cmdSearch,
|
||||
},
|
||||
{
|
||||
Name: "followers",
|
||||
Usage: "show followers",
|
||||
Action: cmdFollowers,
|
||||
},
|
||||
{
|
||||
Name: "follow",
|
||||
Usage: "follow account",
|
||||
Action: cmdFollow,
|
||||
},
|
||||
{
|
||||
Name: "followers",
|
||||
Usage: "show followers",
|
||||
Action: cmdFollowers,
|
||||
},
|
||||
{
|
||||
Name: "upload",
|
||||
Usage: "upload file",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue