Closed mgutz closed 9 years ago
Tasks should have arguments
// godo new-migration name=seed -v p.Task("new-migration", function(c *Context) { name := c.Args.MustString("name") verbose := c.Args.MustBool("v") })
Tasks should have arguments