Improved rendering of the table with props

This commit is contained in:
Marcin Grzejszczak
2019-09-06 13:54:18 +02:00
parent 39c493473b
commit efdb76462e
2 changed files with 11 additions and 6 deletions

View File

@@ -55,10 +55,9 @@ class Main {
new File(outputFile).text = """\
|===
|Name | Default | Description
${names.collect { it -> return descriptions[it] }.join("\n")}
|===
"""
println "Successfully stored the output file"