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

9 lines
140 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 = """
argument `foo` is not found
2023-08-21 11:16:16 -04:00
"""