mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #4848 from dozn/master
[core:flags] Add Missing `allocator` and `loc` Params on Call to `parse()`
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user