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