Skip to content

add raw-output to fixer-formatter #967

@azu

Description

@azu
cat old.md | npx textlint --stdin --stdin-filename "README.md" --fix --output-file new.md

It will not output the result of --fix. It will output formatter messsage.

If textlint support --formatter raw-output formatter, user can save the fixed result as output.

cat old.md | npx textlint --stdin --stdin-filename "README.md" --fix --formatter raw-output --output-file new.md

TODO

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions