pub(crate) fn confirm_interactive(expected: &str) -> Result<()>
Print a confirmation prompt and read a line from stdin. Returns OK only if the line matches expected exactly. Anything else aborts with an error.
expected