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