feat: add match-test argument to test cli

This commit is contained in:
adrian
2025-09-10 08:58:33 +02:00
committed by Adrian Benavides
parent 24504d0f94
commit 580a8822a5
4 changed files with 58 additions and 20 deletions

View File

@@ -5434,6 +5434,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"similar",
"termsize",
"tokio",
"tracing",
"tracing-subscriber 0.3.19",
@@ -7209,6 +7210,16 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "termsize"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "textwrap"
version = "0.16.2"