AutoYADM commit: 2025-04-08 13:15:08
This commit is contained in:
parent
8278d323ee
commit
8a89dc9b62
4 changed files with 43 additions and 27 deletions
7
.config/fish/functions/cargo-update.fish
Normal file
7
.config/fish/functions/cargo-update.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue