pub fn unwrap_line<T>(value: Option<T>) -> Result<T>where T: FromStr, T::Err: StdError + Send + Sync + 'static,
Short-hand for unwrap(value, true).
unwrap(value, true)