mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
remove dot after the abs path (#672)
This commit is contained in:
parent
cd30c2a7e9
commit
615425954c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Init will not use an existing directory with contents.`,
|
|||
initializeProject(project)
|
||||
|
||||
fmt.Fprintln(cmd.OutOrStdout(), `Your Cobra application is ready at
|
||||
`+project.AbsPath()+`.
|
||||
`+project.AbsPath()+`
|
||||
|
||||
Give it a try by going there and running `+"`go run main.go`."+`
|
||||
Add commands to it by running `+"`cobra add [cmdname]`.")
|
||||
|
|
Loading…
Reference in a new issue