macro_rules! okay {
($($arg:tt)*) => { ... };
}Expand description
Requests an “Okay” prompt to the current prompter lazily using format args
If no prompter is set, the args will not be parsed
macro_rules! okay {
($($arg:tt)*) => { ... };
}Requests an “Okay” prompt to the current prompter lazily using format args
If no prompter is set, the args will not be parsed