fix: list-actions outputs without --docs (#11231)

Explicitly flush the buffer once the generation is complete.

Resolves #11221
This commit is contained in:
Mitchell Hashimoto
2026-03-08 07:59:55 -07:00
committed by GitHub

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;
}