Describe the feature or problem you’d like to solve
This is a follow up to: #4441
The gh cs list command should be able to support the -L/--limit argument.
Proposed solution
- default limit should be 30
- using
-L/--limit will cause pagination until the limit is reached or the are no more codespaces
This will make the gh cs list command similar to other commands that require pagination.