--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 +2old 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
--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 areold
and last commented on by--hide-user