Function uquery::int_with_default[][src]

pub fn int_with_default(string: &str, int: Option<i64>) -> i64

Queries the user for integer input.

This time a default is given which cannot be unset unless another value is given