mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Pass in allocator and loc to core:flags.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