Beau/bin/cli
David Diaz 139dd55c4e Added flags for quiet and as-json output.
--as-json outputs the response as json, this allows you to use tools
like jq on the output which is nice.

--quiet makes it so no output is printed. I added this in case you are
looping Beau and don't want to see the output of every single request.
Example: `seq 10 | xargs -I{} beau request hi --quiet`.
2018-05-22 12:04:21 -06:00
..
commands Added flags for quiet and as-json output. 2018-05-22 12:04:21 -06:00
base.js Added flags for quiet and as-json output. 2018-05-22 12:04:21 -06:00