Merge pull request #17 from adamreese/fix/cmd-init

fix(cmd): prevent cmd init functions from racing
pull/291/head
Adam Reese 9 years ago
commit 4a5cf501b1

@ -13,7 +13,7 @@ var version = "0.0.1"
var commands []cli.Command
func init() {
commands = cmds()
addCommands(cmds()...)
}
func main() {

Loading…
Cancel
Save