1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:06:00 +02:00

gh-repo: add examples for list subcommand (#5358)

This commit is contained in:
Axel Navarro 2021-03-10 11:27:12 -03:00 committed by GitHub
parent 1722117f90
commit 55d5388578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,15 @@
- View a repository in the web browser:
`gh repo view {{repository}} --web`
- List repositories owned by a specific user or organization (if the owner is not set, the default owner will be the currently logged in user):
`gh repo list {{owner}}`
- List only non-forks repositories:
`gh repo list {{owner}} --non-forks`
- List repositories with a specific primary coding language:
`gh repo list {{owner}} --language {{language_name}}`