使用给定键的值更新配置
gh config set <key> <value> [flags]
-h
--host <string>
$ gh config set editor vim $ gh config set editor "code --wait" $ gh config set git_protocol ssh --host github.com $ gh config set prompt disabled