Laurenz cbfd9884a9 Fix argument parsing bug
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
2023-10-27 13:25:15 +02:00
..
2023-10-27 13:25:15 +02:00
2023-10-09 16:04:10 +02:00
2023-10-27 13:25:15 +02:00
2023-10-19 19:57:47 +02:00