log streams in watched cli executions

This commit is contained in:
2026-04-07 08:55:27 -05:00
parent f93e9229d2
commit ed74dfad6c
15 changed files with 1368 additions and 153 deletions

View File

@@ -24,7 +24,6 @@ allow = [
"Unicode-3.0",
"Zlib",
"CC0-1.0",
"OpenSSL",
"BSL-1.0",
"MIT-0",
"CDLA-Permissive-2.0",
@@ -36,12 +35,36 @@ wildcards = "allow"
highlight = "all"
deny = []
skip = [
"winnow@0.6.26",
"winnow@0.7.15",
"windows_x86_64_msvc@0.42.2",
"windows_x86_64_msvc@0.48.5",
"windows_x86_64_msvc@0.52.6",
"windows_x86_64_msvc@0.53.1",
"base64",
"core-foundation",
"cpufeatures",
"darling",
"darling_core",
"darling_macro",
"foldhash",
"getrandom",
"hashbrown",
"nom",
"r-efi",
"rand",
"rand_chacha",
"rand_core",
"reqwest",
"thiserror",
"thiserror-impl",
"wasm-streams",
"webpki-roots",
"windows-sys",
"windows-targets",
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
"winnow"
]
skip-tree = []