aheckmann / m

mongodb version management
MIT License
267 stars 55 forks source link

Feature Request: Disable prompt on installation. #27

Closed volkovasystems closed 6 years ago

volkovasystems commented 7 years ago

Is there any way to disable the prompt on install?

I'm trying to make an automation module and I want to bypass the prompt asking yes or no.

p-mongo commented 6 years ago

There is a handy utility called yes that helps with this:

yes|m 3.2.0
stennie commented 6 years ago

Thanks for the suggestion @p-mongo!