PyInquirer
PyInquirer copied to clipboard
Add password repeat option to the password field
Maybe adding something like:
{
'type': 'password',
'name': 'password',
'message': 'Your password :',
'repeat': True,
}
Which would ask for the password again and validate if they are the same, re-ask both if not.
Hey, I would like to work on this feature. Request you to assign it to me.