Crate quest[][src]

Command-line input utilities.

Structs

Boxes

The text to use when indicating whether an item is selected.

Functions

ask

Print a question, in bold, without creating a new line.

choose

Ask the user to choose exactly one option from a list.

editor

Ask the user to enter some text through their editor.

error

Print an error message, with a newline.

password

Ask for a password (the password will not be visible).

success

Print a message of success, with a newline.

text

Ask for a line of text.

yesno

Ask a yes-or-no question.