-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
In version 0.6 self.prompt() has moved inside the inner_runner which is not public. It was useful to have access to .prompt() to display the prompt after printing any information so that the user knows it is ready for input.
Adding this to the runner impl is working for my purposes (not currently using noline). Can submit pr if wanted.
pub fn prompt(&mut self, newline:bool) {
self.inner.prompt(&mut self.interface, newline);
}Metadata
Metadata
Assignees
Labels
No labels