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