pub fn write_tsv<W: Write>( w: &mut W, matches: &MatchSet<'_>, source: &str, args: &ExtractArgs, scheme: &str, ) -> Result<()>