chore: Completed todos.

This commit is contained in:
2026-06-16 09:27:49 -04:00
parent 73a41830d1
commit 397f45d4d0
5 changed files with 127 additions and 111 deletions

View File

@@ -5,6 +5,8 @@ import "core:fmt"
import "core:os"
main :: proc() {
defer free_all(context.temp_allocator)
cmd, ok := parse_args(os.args, os.to_writer(os.stdout), os.to_writer(os.stderr))
defer bufio.writer_flush(cmd.out_buf)
if !ok {