func ProjectKill(p *project.Project, c *cli.Context) { err := p.Kill(c.Args()...) if err != nil { logrus.Fatal(err) } }