mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
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 <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
parent
e80717507a
commit
16535be64c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue