mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
8 lines
162 B
TOML
8 lines
162 B
TOML
bin.name = "typos"
|
|
args = "--config foo.toml"
|
|
status.code = 78
|
|
stdin = ""
|
|
# stdout doesn't have stable order
|
|
stderr = """
|
|
could not read config at `foo.toml`
|
|
"""
|