Beau/bin
Sergio Díaz dbc7addb39
Added flags for quiet and as-json output. (#26)
--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:08:32 -06:00
..
cli Added flags for quiet and as-json output. (#26) 2018-05-22 12:08:32 -06:00
beau Re-indented some files I was missing. (#19) 2018-05-04 22:00:54 -06:00