The CLI options refactoring caused a regression on the use of --output for gathering, which led the results/ directory and cache/ directories to end up in two different places.
This fixes that issue, as well as a small issue where the censys gatherer was not creating a directory for itself inside of cache/ (and so a disk write call could fail).
The CLI options refactoring caused a regression on the use of
--output
for gathering, which led theresults/
directory andcache/
directories to end up in two different places.This fixes that issue, as well as a small issue where the
censys
gatherer was not creating a directory for itself inside ofcache/
(and so a disk write call could fail).