add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# gh 完成
> 为 GitHub CLI 命令生成 shell 完成脚本。
> 更多信息:<https://cli.github.com/manual/gh_completion>。
- 打印完成脚本:
`gh completion --shell {{bash|zsh|fish|powershell}}`
-`gh` 完成脚本追加到 `~/.bashrc`
`gh completion --shell {{bash}} >> {{~/.bashrc}}`
-`gh` 完成脚本追加到 `~/.zshrc`
`gh completion --shell {{zsh}} >> {{~/.zshrc}}`
- 显示子命令帮助:
`gh completion`