Thanks for that Pablo! I figured it out, while reading the Multiple 
Dispatch PDF, I also saw this other way:

function Pkg.add(pkgs::String...)
    Pkg.update()
    for pkg in pkgs                                                         
                     
        Pkg.add(pkg)
    end
end

Reply via email to