Merge pull request #1301 from wilso199/set-vscode-example
Config Documentation - VS Code Example
This commit is contained in:
commit
b95ecbb898
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue