From 16535be64c3920c48568edd9de9769d2075afa63 Mon Sep 17 00:00:00 2001 From: Daniel Kaczmarczyk Date: Sat, 7 Oct 2023 17:06:46 -0700 Subject: [PATCH] gh-repo: update command (#10765) * gh-repo: update the command The flags changed around listing source repositories. This change reflects that. * Update pages/common/gh-repo.md Co-authored-by: Jack Lin --------- Co-authored-by: Jack Lin --- pages/common/gh-repo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/gh-repo.md b/pages/common/gh-repo.md index 570cda69d0..90b23fccae 100644 --- a/pages/common/gh-repo.md +++ b/pages/common/gh-repo.md @@ -23,9 +23,9 @@ `gh repo list {{owner}}` -- List only non-forks repositories: +- List only non-forks repositories and limit the number of repositories to list (default: 30): -`gh repo list {{owner}} --non-forks` +`gh repo list {{owner}} --source -L {{limit}}` - List repositories with a specific primary coding language: