Skip to content

Conversation

svandenhoek
Copy link

When running the app I noticed that the output was not written to a file while using "-o", so I took the liberty to make some adjustments (hope you don't mind). These include:

  • Added PyCharm folder to .gitignore.
  • Implemented usage of getpass() so that a password prompt appears when not using -p (this way a password will not be stored in the terminal history).
  • Implemented output writing to a file using the -o option (not sure how click handles file flushing/closing, though added a finally clause to do this just to be sure). The output file has a file header as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant