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-27 13:25:15 +02:00
2023-10-25 17:16:34 +02:00
2023-10-10 11:59:11 +02:00
2023-06-28 10:36:53 +02:00
2021-02-20 23:34:33 +01:00