RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
usage: redpen-cli [Options] [<INPUT FILE>]
Validate input documents with specified configuration settings.
Options:
-c,--conf <CONF FILE> Configuration file (REQUIRED)
-f,--format <FORMAT> Input file format
(markdown,plain,wiki,asciidoc,latex,rest)
-h,--help Displays this help information and exits
-l,--limit <LIMIT NUMBER> Error limit number
-L,--lang <LANGUAGE> Language of error messages
-r,--result-format <RESULT FORMAT> Output result format
(json,json2,plain,plain2,xml)
-s,--sentence <INPUT SENTENCES> Input sentences
-t,--threshold <THRESHOLD> Threshold of error level (info, warn,
error)
-v,--version Displays version information and exits
Example:
$redpen -c redpen-config.xml input.md
Note:
Setting files can be generated in http://redpen.herokuapp.com/
Coverage remained the same at 91.346% when pulling 7a5654489359fa3bedfd300dd478af13c421e1a4 on takahi-i:enhance-help into 60e4af326b1bfacc6d7acf464dbf3bee6aff2634 on redpen-cc:master.
The following is the updated help message.