Prompts the user for a yes/no confirmation with the given msg.
msg
bool confirm(String msg) => Confirm(prompt: msg).interact();