Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Letters not automatically included in expanded options display #2

Open
sbj42 opened this issue Aug 29, 2017 · 0 comments
Open

Letters not automatically included in expanded options display #2

sbj42 opened this issue Aug 29, 2017 · 0 comments
Labels

Comments

@sbj42
Copy link

sbj42 commented Aug 29, 2017

The animated gif referenced by the README.md shows that I should expect to see the letters in the expanded options display, like this:

? What action should be taken on file.js?  (yadXh)
  y) Overwrite
  a) Overwrite this one and all next
  d) Show diff
 ────────
  x) Abort
  h) Help
  Answer:

However, when I run the sample code, I get this instead:

? What action should be taken on file.js?  (yadXh)
  overwrite
  overwrite_all
  diff
 ────────
  abort
  Help
  Answer:

Ignoring issue #1 (the name and value are reversed), it doesn't seem to be adding the letters to the display (e.g. "y) ")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants