mirror of https://github.com/Hilbis/Hilbish
fix: add io flush after doc help message
parent
27ac60b856
commit
bca89197ad
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue