You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, a user might be presented with a (y/n) prompt, and be undecided (i.e. neither "yes" nor "no"). It would be helpful if this library added interact_opt and interact_on_opt to the Confirm struct, which would return Option<bool>.
The text was updated successfully, but these errors were encountered:
Sometimes, a user might be presented with a
(y/n)
prompt, and be undecided (i.e. neither "yes" nor "no"). It would be helpful if this library addedinteract_opt
andinteract_on_opt
to theConfirm
struct, which would returnOption<bool>
.The text was updated successfully, but these errors were encountered: