README Example Does Not Create Output File
Closed this issue · 1 comments
jasonmm commented
When running the example from the README with lein run
I expected a file named "kinglear-freqs.txt" to be created in the current directory, but no file was created.
I tried running the example with lein run -- --output=out.txt
and no file was created in the current directory or any subdirectories.
I also tried running it with a custom input file. Regardless of the value of the --input
argument the pipeline ran without error, but no output file was created.
jasonmm commented
The reason is because there is no (ds/run-pipeline)
call that actually runs the pipeline.