From cffdddd203dc844a29ff6786b07a2b6a6d78b9bf Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Thu, 21 Feb 2019 17:56:18 -0800 Subject: [PATCH] feat(message): Add documentation for message flag. Also, try to trigger a release. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index be6bda8..825c744 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ If it can't find one, it will bail out early. In some cases, the code produced by this codemod will make some unfortunate indentation decisions. Be sure to re-run any code formatting tools you use before committing! +## Options + +If you'd like a message other than, `TODO: Fix this the next time the file is edited.`, you can specify this with the `--message` commandline flag. + ## Is it perfect? Definitely not. PRs are welcome for any edge cases that you encounter.