Support wild (#1949)

This commit is contained in:
Taiki Endo
2026-07-23 20:57:02 +09:00
committed by GitHub
parent 4427ee328d
commit 411aa4ba3c
7 changed files with 59 additions and 3 deletions
+1
View File
@@ -951,6 +951,7 @@ for tool in "${tools[@]}"; do
# TODO(codegen): auto-detect cases where crate name and tool name are different.
case "${tool}" in
nextest) tool=cargo-nextest ;;
wild-linker) tool=wild ;;
taplo-cli | typos-cli | wasm-bindgen-cli | wasmtime-cli) tool="${tool%-cli}" ;;
esac