[][src]Module rusty_ci::helper::stdio

Functions

input

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

yes_or_no

Used to prompt the user with a yes or no question. If they answer with Y or y, this function returns true.