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: .
"Username:
Use ask() for more control.
ask()