The analysis libraries should accept more than a single input file. That way we don't have to keep writing bash scripts to string together multiple files.
Current Behavior
We only accept a single file from the command line. The command file execution for scan simply executes all the commands without waiting for a file to finish scanning.
Context
Scanning multiple files into a single histogram is tedious.
Possible Solution (optional)
Maybe provide a comma separated list of files? Or multiple -i? Maybe we can do a -i *.ldf ?
Acceptance Criteria
[ ] Analysis software can accept multiple input files
[ ] Unittests cover the different ways this could fail.
Expected Behavior
The analysis libraries should accept more than a single input file. That way we don't have to keep writing bash scripts to string together multiple files.
Current Behavior
We only accept a single file from the command line. The command file execution for scan simply executes all the commands without waiting for a file to finish scanning.
Context
Scanning multiple files into a single histogram is tedious.
Possible Solution (optional)
Maybe provide a comma separated list of files? Or multiple
-i
? Maybe we can do a-i *.ldf
?Acceptance Criteria