Add taplo-cli alias (#1128)

This commit is contained in:
arctic-alpaca
2025-09-05 18:37:07 +02:00
committed by GitHub
parent e1a30d200a
commit 9d712fde38

View File

@@ -746,6 +746,7 @@ for tool in "${tools[@]}"; do
# Handle aliases
case "${tool}" in
cargo-nextest | nextest) tool=cargo-nextest ;;
taplo-cli | taplo) tool=taplo ;;
esac
# Use cargo-binstall fallback if tool is not available.