A simple CLI prompt using the built-in NodeJS readline functionality to ask for confirmation.
The question to ask
A Promise that resolves to true if the user answers 'y' or 'yes', false otherwise
A simple CLI prompt using the built-in NodeJS readline functionality to ask for confirmation.