parent
cc5f65b3bf
commit
bade3895da
2 changed files with 37 additions and 5 deletions
|
@ -202,18 +202,22 @@ func makeApp() *cli.App {
|
|||
Name: "stream",
|
||||
Usage: "stream statuses",
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "type",
|
||||
Usage: "stream type (public,public/local,user:NAME,hashtag:TAG)",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "json",
|
||||
Usage: "output JSON",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "type",
|
||||
Usage: "straem type (public,public/local,user:NAME,hashtag:TAG)",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "simplejson",
|
||||
Usage: "output simple JSON",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "template",
|
||||
Usage: "output with tamplate format",
|
||||
},
|
||||
},
|
||||
Action: cmdStream,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue