Closed kencx closed 7 months ago
In some repositories, their release packages have the same name for all versions. For example, staticcheck.
This causes stew to error since the tarball already exists in the $stewPath/pkg directory:
$stewPath/pkg
The workaround is to uninstall and reinstall the binary.
I think it would be better if stew could prompt the user if they would like to replace the existing tarball, instead of simply error-ing.
In some repositories, their release packages have the same name for all versions. For example, staticcheck.
This causes stew to error since the tarball already exists in the
$stewPath/pkg
directory:The workaround is to uninstall and reinstall the binary.
I think it would be better if stew could prompt the user if they would like to replace the existing tarball, instead of simply error-ing.