macro_rules! ask {
($default:expr, $($arg:tt)*) => { ... };
}Expand description
Requests an “Ask” or “Yes/No” prompt to the current prompter lazily using format args
If no prompter is set, the args will not be parsed
macro_rules! ask {
($default:expr, $($arg:tt)*) => { ... };
}Requests an “Ask” or “Yes/No” prompt to the current prompter lazily using format args
If no prompter is set, the args will not be parsed