apache / cordova-coho

Apache Cordova coho
Apache License 2.0
33 stars 62 forks source link

CB-11749 - Added --stats-only, --json and --sort-ascending flag to list-pulls command #134

Closed shazron closed 8 years ago

shazron commented 8 years ago

--json only works with --stats-only and outputs the stats in JSON format (false by default). --sort-ascending only works with --stats-only and sorts the results by fresh pull requests (false by default).

--json output starts on the second line, filter it out by piping the output to tail -n +2 old pull requests are PRs that are older than --max-age. stale pull requests are PRs that are old and last commented on by --hide-user