We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b39ff commit c9ea3e3Copy full SHA for c9ea3e3
main.go
@@ -15,6 +15,8 @@ var app = cli.New(version, "clone a repo into a common path", func(c cli.Command
15
p := parsePath(u)
16
fmt.Printf("Cloning into '%s'...\n", p)
17
_, err := git.Clone(u.String(), p, cloneOptionsForURL(u))
18
+ fmt.Println("")
19
+ fmt.Println("Done!")
20
exitIfErr(err)
21
})
22
0 commit comments