AutoYADM commit: 2025-04-08 13:15:08

This commit is contained in:
Daniel Fichtinger 2025-04-08 13:15:08 -04:00
parent 8278d323ee
commit 8a89dc9b62
4 changed files with 43 additions and 27 deletions

View file

@ -0,0 +1,7 @@
function cargo-update --description 'Update binaries installed with cargo'
if test (count $argv) = 0
cargo install-update -a
else
cargo install-update $argv
end
end