fix: ensure output dirs exist in extract and API extract
cmdExtract and handleAPIExtract were missing os.MkdirAll calls while cmdDownload, cmdPipeline, and handleAPIDownload all had them. The bash script creates dirs internally but this is not robust — create dirs in Go before shelling out. Closes #13
This commit is contained in:
Reference in New Issue
Block a user