示例#1
0
文件: actions.go 项目: f1yegor/depcon
func kill(c compose.Compose, cmd *cobra.Command, args []string) error {
	return c.Kill(args...)
}