pub fn get_input<'a>(
    config: &Config,
    stdin_ref: &'a Stdin
) -> UResult<Box<dyn Read + 'a>>