Skip to content

Commit 8524570

Browse files
Mention pagination flag for classroom cli student repo downloads (#27597)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
1 parent 8f3457b commit 8524570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ gh classroom clone student-repos
103103
```
104104

105105
Clones student repositories from a given assignment. By default, the student repos are cloned into the current directory a directory named after the assignment slug. To clone into a different directory, use the `--directory` flag. If the directory does not exists, it will be created.
106+
107+
By default, results are paginated by 30. To get a different number of repositories, use the `--per-page NUMBER` flag.

0 commit comments

Comments
 (0)