Macro confirm_prompt

Source
macro_rules! confirm_prompt {
    ($($arg:tt)*) => { ... };
}
Expand description

Interact with the user to get a yes or a no answer