pub(crate) fn input_box_impl(
    title: &str,
    message: &str,
    default: Option<&str>
) -> Option<String>