Function uquery::bool[][src]

pub fn bool(string: &str) -> bool

Queries the user for boolean input.

If no response is given a true is implied. If this is not the desired behavour than one can use boolean_with_default.