typos/crates/typos-cli/tests/cmd/missing-arg.toml

9 lines
151 B
TOML
Raw Normal View History

2023-08-21 11:16:16 -04:00
bin.name = "typos"
args = "foo"
status.code = 64
stdin = ""
# stdout doesn't have stable order
stderr = """
No such file or directory (os error 2)
"""