Should AbstractSopCmd.getOutput()
create output files parent directories?
#9
Labels
bug
Something isn't working
cli
Affects the sop-java-picocli implementation
enhancement
New feature or request
Right now,
getOutput()
will perform sanity checks for the requested output file, however, if everything is okay it will merely callfile.createNewFile()
before returning aFileOutputStream
for it.It does however not create any missing parent directories.
Perhaps it should?
The text was updated successfully, but these errors were encountered: