mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-16 11:54:05 +00:00
Remove writer flushing from main CLI
This commit is contained in:
parent
70bbd64eb0
commit
3157987bdb
1 changed files with 0 additions and 2 deletions
|
|
@ -20,6 +20,4 @@ pub fn main() !void {
|
|||
defer root.deinit();
|
||||
|
||||
try root.execute(.{});
|
||||
|
||||
try writer.flush();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue