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

8 lines
140 B
TOML

bin.name = "typos"
args = "foo"
status.code = 64
stdin = ""
# stdout doesn't have stable order
stderr = """
argument `foo` is not found
"""