gh*, glab*: standardize documentation (#7957)

This commit is contained in:
Reinhart Previano Koentjoro
2022-05-02 17:55:38 +07:00
committed by GitHub
parent e897720058
commit 6ed9681dbc
10 changed files with 43 additions and 26 deletions

View File

@@ -3,11 +3,15 @@
> Manage GitHub issues from the command-line.
> More information: <https://cli.github.com/manual/gh_issue>.
- Print out the issue:
- Display a specific issue:
`gh issue view {{issue_number}}`
- Create a new issue in the web browser:
- Display a specific issue in the default web browser:
`gh issue view {{issue_number}} --web`
- Create a new issue in the default web browser:
`gh issue create --web`
@@ -23,6 +27,6 @@
`gh issue status --repo {{owner}}/{{repository}}`
- Reopen an issue:
- Reopen a specific issue:
`gh issue reopen {{issue_number}}`