marcosnils / bin

Effortless binary manager
MIT License
640 stars 44 forks source link

Feature - Run update command if install url bin already exists #153

Open ernesto27 opened 1 year ago

ernesto27 commented 1 year ago

This PR contains the following.

If user runs a install command and that binary url exists in config triggers the update command .

marcosnils commented 1 year ago

One downside of implementing this flow is that bin install -f $URL won't work anymore since it'll always try to update now and sometimes people might not want that.