bin.name = "typos" args = "file.ignore" stdin = "" stdout = """ error: `hello` should be `goodbye` --> file.ignore:1:1 | 1 | hello | ^^^^^ | """ stderr = "" status.code = 2