tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Add command-line option to disable suggestions #33

Closed tbroadley closed 6 years ago

tbroadley commented 6 years ago

It can take retext-spell a lot of time to generate spelling suggestions if the given list of files contains a lot of mistakes. This PR adds a command-line flag that allows suggestion generation to be disabled, to improve runtime in these situations.