Merge pull request #1301 from wilso199/set-vscode-example

Config Documentation - VS Code Example
This commit is contained in:
Nate Smith 2020-07-01 12:23:54 -05:00 committed by GitHub
commit b95ecbb898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ var configSetCmd = &cobra.Command{
Short: "Update configuration with a value for the given key",
Example: heredoc.Doc(`
$ gh config set editor vim
$ gh config set editor "code --wait"
`),
Args: cobra.ExactArgs(2),
RunE: configSet,