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