Improved rendering of the table with props
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user