implement csv table with logs
I decided to participate in open source, I hope after 4 years this enhancment issue https://github.com/thomai/SSHKeyDistribut0r/issues/7 is still relevant :)
I added the output of messages to the csv file which is easy to navigate
Perhaps you meant the table output to the console
If so, please let me know - I will redo
Thanks a lot for the pull request!
Could you please update your changes a bit regarding the following change requests?
- I suggest to have a CLI parameter to provide a file path for the exported CSV file (using
argparse) - If the CLI parameter is not set, the results should not be exported (I think most of the people do not need such a file)
- If you want to cover #7, the output needs to be formatted as a table (on the command-line). This issue is not about exporting a CSV file. I am not saying that your idea about exporting a CSV file does not make sense. I really appreciate that feature as well!
Thanks for the feedback!
I agree with the points, I will refactor the PR based on the comment points
Completed in another pull request - https://github.com/thomai/SSHKeyDistribut0r/pull/22