It might be good to have a block that indicates that a certain file should be present after an archive has been fully extracted (using the extract_all field). This would eliminate the redeclaration of a fetch.from_archive for files that need explicit handling but arrive in an archive which is already extracted in full anyways.
It might be good to have a block that indicates that a certain file should be present after an archive has been fully extracted (using the
extract_allfield). This would eliminate the redeclaration of afetch.from_archivefor files that need explicit handling but arrive in an archive which is already extracted in full anyways.