Fix gh config examples in documentations

This commit is contained in:
micnncim 2020-06-11 19:53:09 +09:00
parent 217998a756
commit c6c366e8f5

View file

@ -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),