Merge pull request #137 from nyushi/fix-example-code

Fix example code
main
Dan Buch 10 years ago
commit f7ebb761e8

@ -260,7 +260,7 @@ app.Commands = []cli.Command{
return
}
for _, t := range tasks {
println(t)
fmt.Println(t)
}
},
}

Loading…
Cancel
Save