fix: list-actions outputs without --docs

Explicitly flush the buffer once the generation is complete.

Resolves #11221
This commit is contained in:
Damien Mehala
2026-03-08 15:51:09 +01:00
parent eaef1094d9
commit 235dde6844

View File

@@ -46,6 +46,7 @@ pub fn run(alloc: Allocator) !u8 {
opts.docs,
std.heap.page_allocator,
);
try stdout_writer.interface.flush();
return 0;
}