aheckmann / m

mongodb version management
MIT License
267 stars 55 forks source link

Default installation prompt to yes. #36

Closed p-mongo closed 6 years ago

p-mongo commented 6 years ago

Apt (the package manager) has had this default for as long as I remember which is many years, and if it works for an operating system's package manager it should also work for a Mongo version manager.

Also changed the return value of m when the user answers in the negative, as the operation fails in that scenario.

This doesn't make a difference for #27 as there is still a prompt, but makes interactive use much more pleasant.