From c6c366e8f50d5ccadf11db52e1c033c82ff1e843 Mon Sep 17 00:00:00 2001 From: micnncim Date: Thu, 11 Jun 2020 19:53:09 +0900 Subject: [PATCH] Fix gh config examples in documentations --- command/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command/config.go b/command/config.go index 7e2a541f7..a896016a8 100644 --- a/command/config.go +++ b/command/config.go @@ -36,6 +36,7 @@ var configGetCmd = &cobra.Command{ Long: `Get the value for a given configuration key. Examples: + $ gh config get git_protocol https `, @@ -49,6 +50,7 @@ var configSetCmd = &cobra.Command{ Long: `Update the configuration by setting a key to a value. Examples: + $ gh config set editor vim `, Args: cobra.ExactArgs(2),