drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interactive mode is broken in `master`

drahnr opened this issue · comments

Describe the bug

Currently the interactive mode in master is broken.

Probably fallout of #205

To Reproduce

Steps to reproduce the behaviour:

  1. A file containing valid rust code with at least one spelling error
  2. Run cargo spellcheck fix
  3. Attempt to give feedback
  4. Observe stall

Expected behavior

React on n, y, etc.

Please complete the following information:

  • System: Fedora
  • Obtained: git
  • Version: master

Closed with #220 and #219