More compatibility fixes

This commit is contained in:
2024-10-11 17:16:33 -04:00
parent ea527a2065
commit cd3f296fc5
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ export fn main() void = {
let post = false;
let anonymous = false;
for (let opt .. cmd.opts) {
for (let index = 0z; index < len(cmd.opts); index += 1) {
let opt = cmd.opts[index];
switch (opt.0) {
case 'b' =>
board = opt.1;