cpp11 icon indicating copy to clipboard operation
cpp11 copied to clipboard

Prompt 'Would you like to install them (Y/N)?' => (y/N)?

Open HenrikBengtsson opened this issue 3 years ago • 0 comments
trafficstars

Hi, this is minor, but when I was prompted:

The decor package(s) are required for this functionality
Would you like to install them? (Y/N)

the capitalization of both Y and N confused because, because normally you see (y/N) or (Y/n) where the capitalization indicates the default value.

Looking at stop_unless_installed(), it seems like the default (i.e. ENTER) behaves as answering N, so could the prompt be (y/N)?

HenrikBengtsson avatar Mar 04 '22 06:03 HenrikBengtsson