multimeric / ArgparsePrompt

Wrapper for the built-in Argparse, allowing missing command-line arguments to be filled in by the user via interactive prompts
GNU General Public License v3.0
11 stars 4 forks source link

Add option for secure input #1

Closed vanshg closed 5 years ago

vanshg commented 6 years ago

Add a parameter to the parser such that instead of plaintext input(), it can utilize getpass.getpass() to get secure input

multimeric commented 6 years ago

Good idea

multimeric commented 5 years ago

This is now implemented: 6ce267c270c9d8ba03c5f2c913273e12ebb12ab2. Also, a release has been uploaded to PYPI

vanshg commented 5 years ago

Very cool, thank you!