13. GitHub CLI 安装说明
GitHub CLI brings GitHub to your terminal. Free and open source.
GitHub CLI | Take GitHub to the command line
https://cli.github.com/
安装说明
https://github.com/cli/cli#installation
认证
运行  gh auth login  来验证你的 GitHub 帐户. gh  将依赖于您的  GITHUB_TOKEN 信息.
快速使用
| 1 | gh issue list | 
设置你喜欢的编辑器
gh config set editor <editor>
设置你喜欢的 git 协议
你可以使用 gh config set git_protocol { ssh | https } 进行设置
禁用交互性
gh config set prompt disabled