Make the result writable to a file
Closed this issue · 1 comments
Kyle-Falconer commented
Allow for the user to optionally export the results to a file
Kyle-Falconer commented
wontfix.
This can easily be done with output redirection now that the output to stdout is only the results:
java -jar ./build/libs/blic.jar http://codeforsanjose.com > result.txt