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 cd30c2a commit 6154259Copy full SHA for 6154259
cobra/cmd/init.go
@@ -65,7 +65,7 @@ Init will not use an existing directory with contents.`,
65
initializeProject(project)
66
67
fmt.Fprintln(cmd.OutOrStdout(), `Your Cobra application is ready at
68
-`+project.AbsPath()+`.
+`+project.AbsPath()+`
69
70
Give it a try by going there and running `+"`go run main.go`."+`
71
Add commands to it by running `+"`cobra add [cmdname]`.")
0 commit comments