Add help link to ocp-indent beautifier

This commit is contained in:
Glavin Wiechert 2016-06-24 15:31:45 -03:00
parent f6f85e4a2f
commit ce02903f89
1 changed files with 5 additions and 1 deletions

View File

@ -15,4 +15,8 @@ module.exports = class OCPIndent extends Beautifier
beautify: (text, language, options) ->
@run("ocp-indent", [
@tempFile("input", text)
])
], {
help: {
link: "https://www.typerex.org/ocp-indent.html"
}
})