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)
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)