2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

fix: add io flush after doc help message

This commit is contained in:
TorchedSammy 2022-04-22 21:31:24 -04:00
parent 27ac60b856
commit bca89197ad
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -135,6 +135,7 @@ Usage: doc <section> [subdoc]
A section is a module or a literal section and a subdoc is a subsection for it. A section is a module or a literal section and a subdoc is a subsection for it.
Available sections: ]] Available sections: ]]
io.flush()
print(table.concat(modules, ', ')) print(table.concat(modules, ', '))
end) end)