mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
8 lines
140 B
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
|
|
"""
|