Skip to main content

confirm

Function confirm 

Source
pub fn confirm(label: &str, default: bool) -> bool
Expand description

Prompt for a yes/no confirmation.

ยงPanics

Panics when terminal input cannot be read.