The create-directory-prompt (Directory "foobar" does not exist. Create it? (Y/n):) has an uppercase Y and a lowercase n. This usually is used for indication what the default choice will be. As "yes" is marked as the default choice here, I expected enter to act the same way as typing "y", which it currently does not.
The create-directory-prompt (
Directory "foobar" does not exist. Create it? (Y/n):
) has an uppercase Y and a lowercase n. This usually is used for indication what the default choice will be. As "yes" is marked as the default choice here, I expected enter to act the same way as typing "y", which it currently does not.Alternatively, N could be uppercased instead.