Add vacuum (#1016)

This commit is contained in:
John Vandenberg
2025-06-30 22:32:17 +08:00
committed by GitHub
parent a5b0f889e8
commit 4fe29cea12
4 changed files with 83 additions and 1 deletions

View File

@@ -822,7 +822,7 @@ for tool in "${tools[@]}"; do
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.
cargo-zigbuild) rx "${tool_bin_stem}" --version ;;
# deepsource has version command instead of --version flag.
deepsource) rx "${tool_bin_stem}" version ;;
deepsource | vacuum) rx "${tool_bin_stem}" version ;;
cargo-*)
case "${tool_bin_stem}" in
# cargo-valgrind 2.1.0's --version flag just calls cargo's --version flag