oclif/cli-ux

cli.confirm should allow for defaults

Opened this issue · 2 comments

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 for cli.prompt)

Good idea! Should be a straightforward PR if someone wants to pick this up.

we need it.