Quiet Pkg Installation/Precompilation

You should be able to set io=devnull in the main Pkg functions to suppress output

julia> import Pkg

julia> Pkg.add("Foo”, io=devnull)
7 Likes