Skip to content

Commit 7f0e09c

Browse files
committed
Move link to next line since it is long
1 parent d22286a commit 7f0e09c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkg/cmd/extension/command.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
167167
168168
Publish to GitHub with: gh repo create %[2]s
169169
170-
For more information on writing extensions: %[3]s
170+
For more information on writing extensions:
171+
%[3]s
171172
`, cs.SuccessIcon(), extName, link)
172173
fmt.Fprint(io.Out, out)
173174
}

pkg/cmd/extension/command_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ func TestNewCmdExtension(t *testing.T) {
187187
188188
Publish to GitHub with: gh repo create gh-test
189189
190-
For more information on writing extensions: https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions
190+
For more information on writing extensions:
191+
https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions
191192
`),
192193
},
193194
{

0 commit comments

Comments
 (0)