From 10b4c8ab26b7a65ed58a403f20a8eb76be4a1512 Mon Sep 17 00:00:00 2001 From: wilso199 Date: Tue, 30 Jun 2020 18:17:05 -0400 Subject: [PATCH] Adding config set example for vscode to docs --- command/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/config.go b/command/config.go index 7f34b8687..0a77e99e5 100644 --- a/command/config.go +++ b/command/config.go @@ -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,