[][src]Function rusty_ci::helper::stdio::input

pub fn input<S: ToString>(prompt: S) -> String

This function prompts the user with a message and returns the user's input. It also pops off trailing carriage returns.