Merge pull request #4848 from dozn/master

[core:flags] Add Missing `allocator` and `loc` Params on Call to `parse()`
This commit is contained in:
Laytan
2025-02-15 18:02:19 +01:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ parse_or_exit :: proc(
args = program_args[1:] args = program_args[1:]
} }
error := parse(model, args, style) error := parse(model, args, style, true, true, allocator, loc)
if error != nil { if error != nil {
stderr := os.stream_from_handle(os.stderr) stderr := os.stream_from_handle(os.stderr)