예제 #1
0
파일: actions.go 프로젝트: f1yegor/depcon
func kill(c compose.Compose, cmd *cobra.Command, args []string) error {
	return c.Kill(args...)
}