mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
fix: list-actions outputs without --docs (#11231)
Explicitly flush the buffer once the generation is complete. Resolves #11221
This commit is contained in:
@@ -46,6 +46,7 @@ pub fn run(alloc: Allocator) !u8 {
|
||||
opts.docs,
|
||||
std.heap.page_allocator,
|
||||
);
|
||||
try stdout_writer.interface.flush();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user