node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Add limit & no-limit flag #700

Closed protoEvangelion closed 5 years ago

protoEvangelion commented 5 years ago

By default all endpoints should return 30 results. We should create a way to specify a different limit. On certain cmds we allow an 'all' flag which could be part of the solution.

protoEvangelion commented 5 years ago

Going to rethink pagination strategy on a larger scale.