diff --git a/README.md b/README.md index c80287c..f443405 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ When not in `staged` pre-commit mode, use this flag to compare changes with the Outputs the name of each file right before it is proccessed. This can be useful if Prettier throws an error and you can't identify which file is causing the problem. +## `--fail-on-fix` + +Makes pretty-quick to exit with a non-zero exit code if any file is fixed. The intent is to abort the git commit. +