mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
8 lines
165 B
TOML
8 lines
165 B
TOML
bin.name = "typos"
|
|
args = "--config foo.toml"
|
|
status.code = 78
|
|
stdin = ""
|
|
# stdout doesn't have stable order
|
|
stderr = """
|
|
No such file or directory (os error 2)
|
|
"""
|