From ea37020bb6948ccfc8c8c8e76d063579eba5e67a Mon Sep 17 00:00:00 2001 From: Bert Heyman Date: Mon, 21 Aug 2023 10:41:04 +0200 Subject: [PATCH] Mention pagination flag for classroom cli student repo downloads The default setting of 30 causes confusion for users, as per issue https://github.com/github/gh-classroom/issues/4. --- .../using-github-classroom-with-github-cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md index 063720bf21d2..dfab0a5f3255 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md @@ -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.