typos/crates/typos-cli/tests/cmd/missing-arg.toml
2023-08-21 10:16:16 -05:00

8 lines
151 B
TOML

bin.name = "typos"
args = "foo"
status.code = 64
stdin = ""
# stdout doesn't have stable order
stderr = """
No such file or directory (os error 2)
"""