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