github / gh-classroom

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.
MIT License
75 stars 12 forks source link

gh classroom assignments does not list all of the assignments for a classroom #44

Closed girodg closed 10 months ago

girodg commented 10 months ago

When I run this command on my specific classroom, it does not show the correct number of assignments. gh classroom assignments -c 26315 --page 2 --per-page 10

The classroom has 23 assignments. Page 1 shows 10 assignments as expected. Page 2 shows 1 when it should be showing another 10.

NOTE: I'm using v.0.1.9.

girodg commented 10 months ago

It seems to be working today. I am able to list all the assignments for a class.