Closed laktek closed 10 years ago
can we just output json with --json
instead ?
Exactly what I was thinking
Updated to output JSON with --json
.
Is the json gem part of rubygems by default (or is it in stdlib now)? We don't have any gem dependencies right?
it's built in to stdlib
LGTM other than my comments.
@chuyeow Updated as per your comments. Thanks.
Need to pass--machine-readable
option to supported commands.Updated to output JSON with
--json
option as per the comments.