Pass in allocator and loc to core:flags.parse()

This commit is contained in:
dozn
2025-02-15 08:47:08 -08:00
parent 2a5933513c
commit b99aee65bf

View File

@@ -36,7 +36,7 @@ parse_or_exit :: proc(
args = program_args[1:]
}
error := parse(model, args, style)
error := parse(model, args, style, true, true, allocator, loc)
if error != nil {
stderr := os.stream_from_handle(os.stderr)