aquaproj / aqua

Declarative CLI Version manager written in Go. Support Lazy Install, Registry, and continuous update with Renovate. CLI version is switched seamlessly
https://aquaproj.github.io
835 stars 37 forks source link

fix: redirect stdout to stderr #3129

Closed suzuki-shunsuke closed 6 days ago

suzuki-shunsuke commented 6 days ago

aqua executes some os commands to install packages.

aqua should redirect the stdout of these commands to stderr.