add stream -simplejson
This commit is contained in:
parent
0579b31633
commit
eb0803d442
2 changed files with 19 additions and 0 deletions
|
@ -185,6 +185,10 @@ func makeApp() *cli.App {
|
|||
Name: "json",
|
||||
Usage: "output JSON",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "simplejson",
|
||||
Usage: "output simple JSON",
|
||||
},
|
||||
},
|
||||
Action: cmdStream,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue