pub fn write_aliases<'a, S>( shell: Shell, aliases: impl IntoIterator<Item = (S, S)>, ) -> Result<()>where S: ToString,