Currently, the user has 2 to create a `.tar.gz` archive of the corpus in order to submit it with `--seed` arg. To save this step `--seed` arg should also take a directory name. If it's a directory, it does the creating of `.tar.gz` itself. Also, should validate that there are no subdirectories (which is probably a mistake) and that there is at least 1 file.
Currently, the user has 2 to create a
.tar.gzarchive of the corpus in order to submit it with--seedarg.To save this step
--seedarg should also take a directory name. If it's a directory, it does the creating of.tar.gzitself.Also, should validate that there are no subdirectories (which is probably a mistake) and that there is at least 1 file.