bin.name = "typos"
args = "--sort"
stdin = ""
stdout = """
error: `hello` should be `goodbye`
  --> ./file.ignore:1:1
  |
1 | hello `hello`
  | ^^^^^
  |
error: `olt` should be `old`
  --> ./olt-manager.php:1:5
  |
1 | One olt two
  |     ^^^
  |
"""
stderr = ""
status.code = 2