Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make call to extractAll() function behave as call to extract() (#16)
The call to the `extractAll` function seems to make a semantically incorrect usage of `args.srcFiles[0]`. The `extract` function uses `arg.folder` as an output specifier, and `args.srcFiles` as an input specifier. `extractAll` should drop input parameters. This patch modifies the `extractAll` call to use `args.folder` to specify output. However, this may cause backwards-incompatible changes with any scripts that use `--extract-all`, so this should wait for the next major version (keeping with SemVer called for in Issue 8). #8 This patch is independent of Pull Request 14. #14 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information