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
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
It's common in CLIs to have a yes/no prompt with a default, i.e.
(Y/n)
implies that just pressing enter will default to "yes".It would be nice to have an option for
cli.confirm
to be able to accept a default answer (this would probably also be nice forcli.prompt
)The text was updated successfully, but these errors were encountered: