Module io

Module io 

Source

Re-exports§

pub use inquire;

Macros§

info
notice
success
tip

Structs§

Select
Prompt suitable for when you need the user to select one option among many.

Enums§

InputError
PaintTarget
Target for paint operations.

Constants§

PREFIX_ERROR
PREFIX_SUCCESS
PREFIX_WARNING
TAB

Statics§

CONFIG
Render configuration.

Functions§

abort
ask
blank
blob
columns
confirm
error
header
headline
help
hint
indented
input
Prompts the user for input. If the user cancels the operation, the operation is interrupted, or no suitable terminal is found, then Ok(None) is returned.
manual
notice_args
passphrase
passphrase_confirm
passphrase_stdin
prefixed
print
println
rows
select
subcommand
success_args
tip_args
usage
viewport
warning

Type Aliases§

Passphrase
Passphrase input.