yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.27k stars 122 forks source link

Add overwrite option to mint install #186

Closed Econa77 closed 3 years ago

Econa77 commented 4 years ago

When installing globally, you must enter whether you want to overwrite the package if it is already installed. I added an option to override when using it in CI, as in #182

I'd like to add a similar option to the mint bootstrap command afterwards, if this change is approved.

Econa77 commented 3 years ago

@yonaskolb fixed 👍