Closed cleming closed 2 years ago
Add option to upgrade all installed binaries
Workaround :
for d in $(binenv versions -f | grep -v ^# | cut -d'=' -f1); do binenv install $d; done
This is in since 0.18.0 :tada:
Add option to upgrade all installed binaries
Workaround :