Skip to content

Commit

Permalink
Mention pagination flag for classroom cli student repo downloads (git…
Browse files Browse the repository at this point in the history
…hub#27597)

Co-authored-by: Sophie <[email protected]>
  • Loading branch information
bertheyman and sophietheking authored Aug 24, 2023
1 parent 8f3457b commit 8524570
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ gh classroom clone student-repos
```

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.

By default, results are paginated by 30. To get a different number of repositories, use the `--per-page NUMBER` flag.

0 comments on commit 8524570

Please sign in to comment.