Closed matu3ba closed 1 year ago
Both master
and 0.10.0
branches use std.process.argsWithAllocator
. Are you using an older version maybe?
Related question: Is Windows compatibility a goal or not?
Yes, as long as we can achieve Windows compatibility through using portable functions in Zig's standard library. I don't have any way to test Windows though.
Both master and 0.10.0 branches use std.process.argsWithAllocator. Are you using an older version maybe?
I do see:
fn usage() void {
std.debug.print("Usage: {s} [-o OUTPUT] [-a] [-r] FILES...\n", .{std.os.argv[0]});
}
Doh, right, I forgot about the usage text.
Thanks!
Related question: Is Windows compatibility a goal or not?