fix(cmd): prevent cmd init functions from racing

No running in the halls!
pull/291/head
Adam Reese 9 years ago
parent a2e928adda
commit bf8d4b371d

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

Loading…
Cancel
Save