rdavid1099 / rypass

Terminal-based password generator and storage application
MIT License
1 stars 0 forks source link

Remove Accounts from computer #20

Open rdavid1099 opened 7 years ago

rdavid1099 commented 7 years ago

As a user, If I type rypass remove --account=test or rypass r -a test I expect the terminal to prompt me with a question confirming I want to permanently remove (should be in red) the account and all the usernames/ passwords saved with the account from the computer. If I enter y or yes, I expect the file containing the account data to deleted.

If I type rypass remove --all or rypass r -A I expect the terminal to prompt me with a question confirming I want to permanently remove (should be in red) ALL accounts and all the usernames/ passwords saved with those accounts from the computer. If I enter y or yes, I expect all account data files generated by RyPass to be removed.