v0.5.0
Breaking Changes
Password
prompts now enable a secondary confirmation prompt by default:
- Added support for password confirmation, which can be oupted-out of by adding the
without_confirmation()
method into thePassword
builder chain. Thanks @hampuslidin