pub fn openly(prompt: impl AsRef<str>) -> Result<String, Error>
Ask for information typed by the user into the terminal after showing the prompt, like “Username: `.
, like
Use ask() for more control.
ask()