fix: add io flush after doc help message

insensitive-tab^2
TorchedSammy 2022-04-22 21:31:24 -04:00
parent 27ac60b856
commit bca89197ad
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

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.
Available sections: ]]
io.flush()
print(table.concat(modules, ', '))
end)