add stream -simplejson

This commit is contained in:
Yasuhiro Matsumoto 2017-04-17 23:43:11 +09:00
parent 0579b31633
commit eb0803d442
2 changed files with 19 additions and 0 deletions

View file

@ -185,6 +185,10 @@ func makeApp() *cli.App {
Name: "json",
Usage: "output JSON",
},
cli.BoolFlag{
Name: "simplejson",
Usage: "output simple JSON",
},
},
Action: cmdStream,
},