add stream -json
This commit is contained in:
parent
b6d4c40dd6
commit
e7f2469bc0
3 changed files with 27 additions and 13 deletions
|
@ -178,8 +178,14 @@ func makeApp() *cli.App {
|
|||
Action: cmdToot,
|
||||
},
|
||||
{
|
||||
Name: "stream",
|
||||
Usage: "stream statuses",
|
||||
Name: "stream",
|
||||
Usage: "stream statuses",
|
||||
Flags: []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
Name: "json",
|
||||
Usage: "output JSON",
|
||||
},
|
||||
},
|
||||
Action: cmdStream,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue