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