Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54547a4 commit 592340cCopy full SHA for 592340c
cli/templateinit.go
@@ -28,7 +28,7 @@ func templateInit() *cobra.Command {
28
"%s\n%s\n%s\n",
29
cliui.Styles.Bold.Render(example.Name),
30
cliui.Styles.Wrap.Copy().PaddingLeft(6).Render(example.Description),
31
- cliui.Styles.Keyword.PaddingLeft(6).Render(example.URL),
+ cliui.Styles.Keyword.Copy().PaddingLeft(6).Render(example.URL),
32
)
33
exampleNames = append(exampleNames, name)
34
exampleByName[name] = example
0 commit comments