add new chinese translations
This commit is contained in:
36
pages.zh/common/gh-help.md
Normal file
36
pages.zh/common/gh-help.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# gh 帮助
|
||||
|
||||
> 显示关于 GitHub CLI 命令的帮助信息。
|
||||
> 更多信息:<https://cli.github.com/manual/gh_help>。
|
||||
|
||||
- 显示一般帮助:
|
||||
|
||||
`gh help`
|
||||
|
||||
- 显示 `gh help` 子命令的帮助:
|
||||
|
||||
`gh help --help`
|
||||
|
||||
- 显示可以与 `gh` 一起使用的环境变量的帮助:
|
||||
|
||||
`gh help environment`
|
||||
|
||||
- 显示所有 `gh` 命令的 markdown 参考:
|
||||
|
||||
`gh help reference`
|
||||
|
||||
- 显示关于使用 `jq` 格式化 `gh` 输出为 JSON 的帮助:
|
||||
|
||||
`gh help formatting`
|
||||
|
||||
- 显示关于在 MinTTY 中使用 `gh` 的帮助:
|
||||
|
||||
`gh help mintty`
|
||||
|
||||
- 显示子命令的帮助:
|
||||
|
||||
`gh help {{subcommand}}`
|
||||
|
||||
- 显示子命令操作的帮助:
|
||||
|
||||
`gh help {{pr}} {{create}}`
|
Reference in New Issue
Block a user