huacnlee / autocorrect

A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
https://huacnlee.github.io/autocorrect
MIT License
894 stars 31 forks source link

Why does the following content still appear when I add --quiet? #197

Closed BrentHuang closed 3 months ago

BrentHuang commented 3 months ago

AutoCorrect 2.9.1

autocorrect --config ~/.autocorrectrc --fix --quiet test.md

[autocorrect/src/config/mod.rs:90:8] new_config = Config {
    spellcheck: SpellcheckConfig {
        mode: None,
        words: [],
        word_map: {},
        ....
huacnlee commented 3 months ago

Sorry, that is a mistake.

huacnlee commented 3 months ago

https://github.com/huacnlee/autocorrect/releases/tag/v2.9.4